Skip to content

Commit 273a05d

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.4.
1 parent ec39a8e commit 273a05d

File tree

15 files changed

+767
-1128
lines changed

15 files changed

+767
-1128
lines changed

tr/algorithms/did-resolution.json

Lines changed: 50 additions & 36 deletions
Large diffs are not rendered by default.

tr/algorithms/epub-34.json

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -77,75 +77,6 @@
7777
"html": "Return <var>false</var>."
7878
}
7979
]
80-
},
81-
{
82-
"html": "The following pseudo-code exemplifies the obfuscation algorithm.",
83-
"rationale": ".algorithm",
84-
"steps": [
85-
{
86-
"html": "set <var>ocf</var> to OCF ZIP container file"
87-
},
88-
{
89-
"html": "set <var>source</var> to font file"
90-
},
91-
{
92-
"html": "set <var>destination</var> to obfuscated font file"
93-
},
94-
{
95-
"html": "set <var>keyData</var> to key for file"
96-
},
97-
{
98-
"html": "set <var>outer</var> to 0"
99-
},
100-
{
101-
"html": "<span>while <var>outer</var> &lt; 52 and not (<var>source</var> at EOF)</span>",
102-
"rationale": "set",
103-
"steps": [
104-
{
105-
"html": "set <var>inner</var> to 0"
106-
},
107-
{
108-
"html": "<span>while <var>inner</var> &lt; 20 and not (<var>source</var> at EOF)</span>",
109-
"rationale": "set",
110-
"steps": [
111-
{
112-
"html": "read 1 byte from <var>source</var> (Assumes read advances file\n\t\t\t\t\t\t\t\t\t\t\tposition)"
113-
},
114-
{
115-
"html": "set <var>sourceByte</var> to result of read"
116-
},
117-
{
118-
"html": "set <var>keyByte</var> to byte <var>inner</var> of <var>keyData</var>"
119-
},
120-
{
121-
"html": "set <var>obfuscatedByte</var> to (<var>sourceByte</var> XOR\n\t\t\t\t\t\t\t\t\t\t\t\t<var>keyByte</var>)"
122-
},
123-
{
124-
"html": "write <var>obfuscatedByte</var> to <var>destination</var>"
125-
},
126-
{
127-
"html": "increment <var>inner</var>"
128-
}
129-
]
130-
},
131-
{
132-
"html": "increment <var>outer</var>"
133-
}
134-
]
135-
},
136-
{
137-
"html": "<span>if not (<var>source</var> at EOF) then</span>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<span>end if</span>",
138-
"ignored": [
139-
"read source to EOF write result of read to destination"
140-
]
141-
},
142-
{
143-
"html": "Deflate <var>destination</var>"
144-
},
145-
{
146-
"html": "store <var>destination</var> as <var>source</var> in <var>ocf</var>"
147-
}
148-
]
14980
}
15081
]
15182
}

tr/dfns/did-resolution.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,29 @@
997997
},
998998
"definedIn": "dt",
999999
"links": []
1000+
},
1001+
{
1002+
"id": "dfn-resolution-cycle",
1003+
"href": "https://www.w3.org/TR/did-resolution/#dfn-resolution-cycle",
1004+
"linkingText": [
1005+
"resolution cycle"
1006+
],
1007+
"localLinkingText": [],
1008+
"type": "dfn",
1009+
"for": [],
1010+
"access": "private",
1011+
"informative": true,
1012+
"heading": {
1013+
"id": "dereferencing-algorithm-resource",
1014+
"href": "https://www.w3.org/TR/did-resolution/#dereferencing-algorithm-resource",
1015+
"title": "Dereferencing the Resource",
1016+
"alternateIds": [
1017+
"x5-4-1-dereferencing-the-resource"
1018+
],
1019+
"number": "5.4.1"
1020+
},
1021+
"definedIn": "note",
1022+
"links": []
10001023
}
10011024
]
10021025
}

tr/dfns/epub-34.json

Lines changed: 46 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,29 +1571,6 @@
15711571
"definedIn": "prose",
15721572
"links": []
15731573
},
1574-
{
1575-
"id": "dfn-collection",
1576-
"href": "https://www.w3.org/TR/epub-34/#dfn-collection",
1577-
"linkingText": [
1578-
"collection"
1579-
],
1580-
"localLinkingText": [],
1581-
"type": "element",
1582-
"for": [],
1583-
"access": "public",
1584-
"informative": false,
1585-
"heading": {
1586-
"id": "sec-collection-elem",
1587-
"href": "https://www.w3.org/TR/epub-34/#sec-collection-elem",
1588-
"title": "The collection element",
1589-
"alternateIds": [
1590-
"x5-8-1-the-collection-element"
1591-
],
1592-
"number": "5.8.1"
1593-
},
1594-
"definedIn": "prose",
1595-
"links": []
1596-
},
15971574
{
15981575
"id": "dfn-smil",
15991576
"href": "https://www.w3.org/TR/epub-34/#dfn-smil",
@@ -1755,6 +1732,52 @@
17551732
"definedIn": "prose",
17561733
"links": []
17571734
},
1735+
{
1736+
"id": "obsolete-but-conforming",
1737+
"href": "https://www.w3.org/TR/epub-34/#obsolete-but-conforming",
1738+
"linkingText": [
1739+
"obsolete but conforming"
1740+
],
1741+
"localLinkingText": [],
1742+
"type": "dfn",
1743+
"for": [],
1744+
"access": "private",
1745+
"informative": false,
1746+
"heading": {
1747+
"id": "sec-obs-conform",
1748+
"href": "https://www.w3.org/TR/epub-34/#sec-obs-conform",
1749+
"title": "Obsolete but conforming features",
1750+
"alternateIds": [
1751+
"a-1-obsolete-but-conforming-features"
1752+
],
1753+
"number": "A.1"
1754+
},
1755+
"definedIn": "prose",
1756+
"links": []
1757+
},
1758+
{
1759+
"id": "deprecated",
1760+
"href": "https://www.w3.org/TR/epub-34/#deprecated",
1761+
"linkingText": [
1762+
"deprecated"
1763+
],
1764+
"localLinkingText": [],
1765+
"type": "dfn",
1766+
"for": [],
1767+
"access": "private",
1768+
"informative": false,
1769+
"heading": {
1770+
"id": "sec-obs-deprecated",
1771+
"href": "https://www.w3.org/TR/epub-34/#sec-obs-deprecated",
1772+
"title": "Deprecated features",
1773+
"alternateIds": [
1774+
"a-2-deprecated-features"
1775+
],
1776+
"number": "A.2"
1777+
},
1778+
"definedIn": "prose",
1779+
"links": []
1780+
},
17581781
{
17591782
"id": "dfn-epub-type",
17601783
"href": "https://www.w3.org/TR/epub-34/#dfn-epub-type",

tr/elements/epub-34.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@
104104
"name": "itemref",
105105
"href": "https://www.w3.org/TR/epub-34/#dfn-itemref"
106106
},
107-
{
108-
"name": "collection",
109-
"href": "https://www.w3.org/TR/epub-34/#dfn-collection"
110-
},
111107
{
112108
"name": "smil",
113109
"href": "https://www.w3.org/TR/epub-34/#dfn-smil"

tr/headings/did-resolution.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,16 @@
522522
],
523523
"number": "12.6"
524524
},
525+
{
526+
"id": "security-cycles-resolution",
527+
"href": "https://www.w3.org/TR/did-resolution/#security-cycles-resolution",
528+
"level": 3,
529+
"title": "Resolution Cycles",
530+
"alternateIds": [
531+
"x12-7-resolution-cycles"
532+
],
533+
"number": "12.7"
534+
},
525535
{
526536
"id": "privacy-considerations",
527537
"href": "https://www.w3.org/TR/did-resolution/#privacy-considerations",

0 commit comments

Comments
 (0)