< prev index next >

src/java.desktop/share/classes/javax/sound/sampled/AudioPermission.java

Print this page

        

@@ -44,26 +44,26 @@
  * <table class="striped">
  * <caption>Permission target name, what the permission allows, and associated
  * risks</caption>
  * <thead>
  *   <tr>
- *     <th>Permission Target Name
- *     <th>What the Permission Allows
- *     <th>Risks of Allowing this Permission
+ *     <th scope="col">Permission Target Name
+ *     <th scope="col">What the Permission Allows
+ *     <th scope="col">Risks of Allowing this Permission
  * </thead>
  * <tbody>
  *   <tr>
- *     <td>play
+ *     <th scope="row">play
  *     <td>Audio playback through the audio device or devices on the system.
  *     Allows the application to obtain and manipulate lines and mixers for
  *     audio playback (rendering).
  *     <td>In some cases use of this permission may affect other
  *     applications because the audio from one line may be mixed with other
  *     audio being played on the system, or because manipulation of a mixer
  *     affects the audio for all lines using that mixer.
  *   <tr>
- *     <td>record
+ *     <th scope="row">record
  *     <td>Audio recording through the audio device or devices on the system.
  *     Allows the application to obtain and manipulate lines and mixers for
  *     audio recording (capture).
  *     <td>In some cases use of this permission may affect other applications
  *     because manipulation of a mixer affects the audio for all lines using
< prev index next >