Skip to content

Commit

Permalink
Resolve #494
Browse files Browse the repository at this point in the history
  • Loading branch information
petervwyatt committed Jan 17, 2025
1 parent 6310ad0 commit e09974a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/32000-2-2020/clause07.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,24 @@ However, a</del>

<p>...</p>

<p class="location">Change Table 3 follows:</p>

<table>
<caption id="Table3">Table 3 - Escape sequences in literal strings</caption>
<tr>
<th>Sequence</th>
<th>Meaning</th>
</tr>
<tr>
<td>\ddd</td>
<td>
<del onMouseEnter="mouseEnter(this)" data-issue="494">Character code ddd (octal)</del>
<ins onMouseEnter="mouseEnter(this)" data-issue="494">Byte with value ddd in octal.</ins>
</td>
</tr>
</table>


<h3 id="H7.3.7">7.3.7 Dictionary objects</h3>

<p>...</p>
Expand Down
1 change: 1 addition & 0 deletions docs/32000-2-2020/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ All issues related to {{ page.subset }} are recorded in the PDF Association's <a

<p>The following tables have all been corrected:</p>
<ul>
<li><a href="clause07.html#Table3">Table 3 - Escape sequences in literal strings</a></li>
<li><a href="clause07.html#Table5">Table 5 - Entries common to all stream dictionaries</a></li>
<li><a href="clause07.html#Table8">Table 8 - Optional parameters for LZWDecode and FlateDecode filters</a></li>
<li><a href="clause07.html#Table15">Table 15 - Entries in the file trailer dictionary</a></li>
Expand Down

0 comments on commit e09974a

Please sign in to comment.