Skip to content

Commit b537c50

Browse files
committed
Resolve #320
1 parent 0cb3c8b commit b537c50

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

docs/32000-2-2020/clause07.md

+11
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,17 @@ there is no way to specify that metadata is to be left unencrypted in these case
816816
(<i>Optional; PDF 1.3<del onMouseEnter="mouseEnter(this)" data-issue="106" data-iso="submitted">; indirect reference preferred</del></i>) ...
817817
</td>
818818
</tr>
819+
<tr>
820+
<td><b>B</b></td>
821+
<td>array</td>
822+
<td>
823+
(<i>Optional; PDF 1.1; recommended if the page contains article beads</i>) An array that shall contain indirect references to all article beads
824+
appearing on the page (see 12.4.3, "Articles"). The beads shall be listed in the array in
825+
<del onMouseEnter="mouseEnter(this)" data-issue="320">natural</del> reading order.
826+
Objects of <b>Type</b> <i>Template</i> shall have no <b>B</b> key.
827+
<p>...</p>
828+
</td>
829+
</tr>
819830
</table>
820831

821832

docs/32000-2-2020/clause12.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subset: PDF 2.0
33
isodoc: ISO 32000-2:2020
44
clause: 12
55
title: Interactive features
6-
modified: 6 October 2023
6+
modified: 24 October 2023
77
---
88

99
<ul class="noprint">
@@ -25,6 +25,8 @@ modified: 6 October 2023
2525
<ul>
2626
<li><a href="#H12.4.2">12.4.2 Page labels <ins onMouseEnter="mouseEnter(this)" data-issue="73" data-iso="approved"> and indices</ins></a>
2727
</li>
28+
<li><a href="#H12.4.3">12.4.3 Articles</a>
29+
</li>
2830
<li>12.4.4 Presentations
2931
<ul>
3032
<li><a href="#H12.4.4.1">12.4.4.1 General</a>
@@ -316,8 +318,19 @@ an <b>SD</b> entry as defined in "Table 201 — Action types".</del><ins onMouse
316318
<p>...</p>
317319

318320

319-
<h3 id="H12.4.4">12.4.4 Presentations</h3>
321+
<h3 id="H12.4.3">12.4.3 Articles</h3>
322+
323+
<p>...</p>
324+
325+
<p class="location">Change the paragraph before Table 162 as follows:</p>
320326

327+
<p>
328+
The optional <b>Threads</b> entry in the document catalog dictionary (see 7.7.2, "Document catalog dictionary") holds an array of thread dictionaries ("Table 162 — Entries in a thread dictionary") defining the document’s articles. Each individual bead within a thread shall be represented by a bead dictionary ("Table 163 — Entries in a bead dictionary"). The thread dictionary’s <b>F</b> entry shall refer to the first bead in the thread; the beads shall be chained together sequentially in a doubly linked list through their <b>N</b> (next) and <b>V</b> (previous) entries. In addition, for each page on which article beads appear, the page object (see 7.7.3, "Page tree") shall contain a <b>B</b> entry whose value is an array of indirect references to the beads on the page,
329+
in <del onMouseEnter="mouseEnter(this)" data-issue="320">drawing</del><ins onMouseEnter="mouseEnter(this)" data-issue="320">reading</ins> order.
330+
</p>
331+
332+
333+
<h3 id="H12.4.4">12.4.4 Presentations</h3>
321334

322335
<h4 id="H12.4.4.1">12.4.4.1 General</h4>
323336

0 commit comments

Comments
 (0)