|
1 | 1 | { |
2 | 2 | "tags": { |
3 | 3 | "norm:inline": "inside inline", |
4 | | - "norm:tag_with_newlines": "Here’s the first line. Here’s the second line.", |
5 | | - "norm:paragraph:no-inline-anchors-in-paragraph": "Paragraph without inline anchors", |
6 | | - "norm:paragraph:inline-anchors-in-paragraph:inline-anchors": "inline anchor", |
7 | | - "norm:paragraph:inline-anchors-in-paragraph": "Paragraph with inline anchor and something.", |
| 4 | + "norm:paragraph:no-inline-anchors": "Paragraph without inline anchors", |
| 5 | + "norm:paragraph:inline-anchors:inline-anchor": "inline anchor", |
| 6 | + "norm:paragraph:inline-anchors:entire": "Paragraph with inline anchor and something.", |
| 7 | + "norm:paragraph:tag_with_newlines": "Here’s the first line. Here’s the second line.", |
| 8 | + "norm:table:no-anchors-in-cells:entire-table": "Header 1|Header 2\n===\nCell in column 1, row 1|Cell in column 2, row 1\nCell in column 1, row 2|Cell in column 2, row 2\n===", |
8 | 9 | "norm:table:anchors-in-cells:cell": "", |
9 | 10 | "norm:table:anchors-in-cells:entire-table": "===\n cell with anchor\ncell without anchor\n===", |
10 | | - "norm:table:no-anchors-in-cells:entire-table": "Header 1|Header 2\n===\nCell in column 1, row 1|Cell in column 2, row 1\nCell in column 1, row 2|Cell in column 2, row 2\n===", |
11 | | - "norm:unordered-list:anchors-in-items:entire-list": "Unordered List with anchors:", |
| 11 | + "norm:unordered-list:no-anchors-in-items:entire-list": "Item A\nItem B\nItem C", |
12 | 12 | "norm:unordered-list:anchors-in-items:item1": "", |
13 | 13 | "norm:unordered-list:anchors-in-items:item2": "", |
14 | | - "norm:unordered-list:no-anchors-in-items:entire-list": "Unordered List without anchors:", |
| 14 | + "norm:unordered-list:anchors-in-items:entire-list": "Item 1\n Item 2\nItem 3", |
15 | 15 | "norm:unordered-list:multiple-levels": "Zca and not F\nZca, Zcf and F (but not D) is specified (RV32 only)\nZca, Zcf and Zcd if D is specified (RV32 only)\n\nthis configuration excludes Zcmp, Zcmt\nZca, Zcd if D is specified (RV64 only)\n\nthis configuration excludes Zcmp, Zcmt", |
16 | | - "norm:ordered-list:anchors-in-items:entire-list": "Ordered List with anchors:", |
| 16 | + "norm:ordered-list:no-anchors-in-items:entire-list": "Item A\nItem B\nItem C", |
17 | 17 | "norm:ordered-list:anchors-in-items:item1": "", |
18 | 18 | "norm:ordered-list:anchors-in-items:item2": "", |
19 | | - "norm:ordered-list:no-anchors-in-items:entire-list": "Ordered List without anchors:", |
20 | | - "norm:description-list:anchors-in-items:item1": "Description Item 1", |
21 | | - "norm:description-list:anchors-in-items:item3": "Description Item 3", |
22 | | - "norm:description-list:no-anchors-in-items:entire-list": "Description List without anchors in items:", |
| 19 | + "norm:ordered-list:anchors-in-items:entire-list": "Item 1\n Item 2\nItem 3", |
| 20 | + "norm:description-list:no-anchors-in-items:entire-list": "Description-A\nItem A\nDescription-B\nItem B\nDescription-C\nItem C", |
| 21 | + "norm:description-list:anchors-in-items:entire-list": "Description-1", |
| 22 | + "norm:description-list:anchors-in-items:item1": "Item 1", |
| 23 | + "norm:description-list:anchors-in-items:item3": "Item 3", |
23 | 24 | "norm:admonition:single-paragraph-note": "", |
| 25 | + "norm:admonition:no-anchors-in-notes:entire-note": "Paragraph A\n\nParagraph B\n\nParagraph C", |
24 | 26 | "norm:admonition:anchors-in-notes:note1": "Paragraph 1", |
25 | 27 | "norm:admonition:anchors-in-notes:note3": "Paragraph 3", |
26 | 28 | "norm:admonition:anchors-in-notes:entire-note": "Paragraph 1\n\nParagraph 2\n\nParagraph 3", |
27 | | - "norm:admonition:no-anchors-in-notes:entire-note": "Paragraph 1\n\nParagraph 2\n\nParagraph 3", |
28 | 29 | "norm:admonition:only-anchors-in-notes:note1": "Paragraph 1", |
29 | 30 | "norm:admonition:only-anchors-in-notes:note3": "Paragraph 3" |
30 | 31 | }, |
|
41 | 42 | "id": "_chapter_1_1_inline_tagging", |
42 | 43 | "children": [], |
43 | 44 | "tags": [ |
44 | | - "norm:inline", |
45 | | - "norm:tag_with_newlines" |
| 45 | + "norm:inline" |
46 | 46 | ] |
47 | 47 | }, |
48 | 48 | { |
49 | 49 | "title": "Chapter 1.2 - Paragraph Tagging", |
50 | 50 | "id": "_chapter_1_2_paragraph_tagging", |
51 | 51 | "children": [], |
52 | 52 | "tags": [ |
53 | | - "norm:paragraph:no-inline-anchors-in-paragraph", |
54 | | - "norm:paragraph:inline-anchors-in-paragraph:inline-anchors", |
55 | | - "norm:paragraph:inline-anchors-in-paragraph" |
| 53 | + "norm:paragraph:no-inline-anchors", |
| 54 | + "norm:paragraph:inline-anchors:inline-anchor", |
| 55 | + "norm:paragraph:inline-anchors:entire", |
| 56 | + "norm:paragraph:tag_with_newlines" |
56 | 57 | ] |
57 | 58 | }, |
58 | 59 | { |
59 | 60 | "title": "Chapter 2 - Table Tagging", |
60 | 61 | "id": "_chapter_2_table_tagging", |
61 | 62 | "children": [], |
62 | 63 | "tags": [ |
| 64 | + "norm:table:no-anchors-in-cells:entire-table", |
63 | 65 | "norm:table:anchors-in-cells:cell", |
64 | | - "norm:table:anchors-in-cells:entire-table", |
65 | | - "norm:table:no-anchors-in-cells:entire-table" |
| 66 | + "norm:table:anchors-in-cells:entire-table" |
66 | 67 | ] |
67 | 68 | } |
68 | 69 | ], |
|
73 | 74 | "id": "_chapter_3_tagging_unordered_lists", |
74 | 75 | "children": [], |
75 | 76 | "tags": [ |
76 | | - "norm:unordered-list:anchors-in-items:entire-list", |
| 77 | + "norm:unordered-list:no-anchors-in-items:entire-list", |
77 | 78 | "norm:unordered-list:anchors-in-items:item1", |
78 | 79 | "norm:unordered-list:anchors-in-items:item2", |
79 | | - "norm:unordered-list:no-anchors-in-items:entire-list", |
| 80 | + "norm:unordered-list:anchors-in-items:entire-list", |
80 | 81 | "norm:unordered-list:multiple-levels" |
81 | 82 | ] |
82 | 83 | }, |
|
85 | 86 | "id": "_chapter_4_tagging_ordered_lists", |
86 | 87 | "children": [], |
87 | 88 | "tags": [ |
88 | | - "norm:ordered-list:anchors-in-items:entire-list", |
| 89 | + "norm:ordered-list:no-anchors-in-items:entire-list", |
89 | 90 | "norm:ordered-list:anchors-in-items:item1", |
90 | 91 | "norm:ordered-list:anchors-in-items:item2", |
91 | | - "norm:ordered-list:no-anchors-in-items:entire-list" |
| 92 | + "norm:ordered-list:anchors-in-items:entire-list" |
92 | 93 | ] |
93 | 94 | }, |
94 | 95 | { |
95 | 96 | "title": "Chapter 5 - Tagging Description Lists", |
96 | 97 | "id": "_chapter_5_tagging_description_lists", |
97 | 98 | "children": [], |
98 | 99 | "tags": [ |
| 100 | + "norm:description-list:no-anchors-in-items:entire-list", |
| 101 | + "norm:description-list:anchors-in-items:entire-list", |
99 | 102 | "norm:description-list:anchors-in-items:item1", |
100 | | - "norm:description-list:anchors-in-items:item3", |
101 | | - "norm:description-list:no-anchors-in-items:entire-list" |
| 103 | + "norm:description-list:anchors-in-items:item3" |
102 | 104 | ] |
103 | 105 | }, |
104 | 106 | { |
|
107 | 109 | "children": [], |
108 | 110 | "tags": [ |
109 | 111 | "norm:admonition:single-paragraph-note", |
| 112 | + "norm:admonition:no-anchors-in-notes:entire-note", |
110 | 113 | "norm:admonition:anchors-in-notes:note1", |
111 | 114 | "norm:admonition:anchors-in-notes:note3", |
112 | 115 | "norm:admonition:anchors-in-notes:entire-note", |
113 | | - "norm:admonition:no-anchors-in-notes:entire-note", |
114 | 116 | "norm:admonition:only-anchors-in-notes:note1", |
115 | 117 | "norm:admonition:only-anchors-in-notes:note3" |
116 | 118 | ] |
|
0 commit comments