Skip to content

Commit

Permalink
Fix up more ; and .
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelmegitt committed Sep 28, 2024
1 parent 4fb84e5 commit 5a3704d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ <h4>Script Represents</h4>
</pre>
</div>
<aside class="example">
<p>A dubbing script might have <code>daptm:scriptRepresents=&quot;audio.dialogue&quot;</code>;</p>
<p>An audio description script might have <code>daptm:scriptRepresents=&quot;visual.nonText visual.text visual.dialogue&quot;</code>;</p>
<p>A dubbing script might have <code>daptm:scriptRepresents=&quot;audio.dialogue&quot;</code>.</p>
<p>An audio description script might have <code>daptm:scriptRepresents=&quot;visual.nonText visual.text visual.dialogue&quot;</code>.</p>
<p>A post-production script that could be the precursor to a hard of hearing subtitle document
might have <code>daptm:scriptRepresents=&quot;audio.dialogue audio.nonDialogueSounds&quot;</code>.</p>
</aside>
Expand Down Expand Up @@ -1212,7 +1212,7 @@ <h3>Script Event</h3>
...
&lt;div xml:id=&quot;event_1&quot;
begin=&quot;9663f&quot; end=&quot;9682f&quot;
daptm:represents=&quot;audio;dialogue&quot;&gt;
daptm:represents=&quot;audio.dialogue&quot;&gt;
...
&lt;/div&gt;
...
Expand Down

0 comments on commit 5a3704d

Please sign in to comment.