Skip to content

Commit c3d1587

Browse files
author
curation-bot
committed
Publish curated data from 88fdef4
Curated data generated from raw data at 88fdef4
1 parent a9f8475 commit c3d1587

22 files changed

+1106
-1398
lines changed

ed/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
}

ed/algorithms/webgpu.json

Lines changed: 165 additions & 142 deletions
Large diffs are not rendered by default.

ed/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://w3c.github.io/epub-specs/epub34/authoring/#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://w3c.github.io/epub-specs/epub34/authoring/#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://w3c.github.io/epub-specs/epub34/authoring/#dfn-smil",
@@ -1755,6 +1732,52 @@
17551732
"definedIn": "prose",
17561733
"links": []
17571734
},
1735+
{
1736+
"id": "obsolete-but-conforming",
1737+
"href": "https://w3c.github.io/epub-specs/epub34/authoring/#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://w3c.github.io/epub-specs/epub34/authoring/#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://w3c.github.io/epub-specs/epub34/authoring/#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://w3c.github.io/epub-specs/epub34/authoring/#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://w3c.github.io/epub-specs/epub34/authoring/#dfn-epub-type",

ed/dfns/webgpu.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6975,6 +6975,28 @@
69756975
"definedIn": "dt",
69766976
"links": []
69776977
},
6978+
{
6979+
"id": "dom-gputextureviewdescriptor-swizzle",
6980+
"href": "https://gpuweb.github.io/gpuweb/#dom-gputextureviewdescriptor-swizzle",
6981+
"linkingText": [
6982+
"swizzle"
6983+
],
6984+
"localLinkingText": [],
6985+
"type": "dict-member",
6986+
"for": [
6987+
"GPUTextureViewDescriptor"
6988+
],
6989+
"access": "public",
6990+
"informative": false,
6991+
"heading": {
6992+
"id": "texture-view-creation",
6993+
"href": "https://gpuweb.github.io/gpuweb/#texture-view-creation",
6994+
"title": "Texture View Creation",
6995+
"number": "6.2.1"
6996+
},
6997+
"definedIn": "dt",
6998+
"links": []
6999+
},
69787000
{
69797001
"id": "enumdef-gputextureviewdimension",
69807002
"href": "https://gpuweb.github.io/gpuweb/#enumdef-gputextureviewdimension",
@@ -7320,6 +7342,26 @@
73207342
"definedIn": "prose",
73217343
"links": []
73227344
},
7345+
{
7346+
"id": "abstract-opdef-validate-swizzle-string",
7347+
"href": "https://gpuweb.github.io/gpuweb/#abstract-opdef-validate-swizzle-string",
7348+
"linkingText": [
7349+
"Validate swizzle string"
7350+
],
7351+
"localLinkingText": [],
7352+
"type": "abstract-op",
7353+
"for": [],
7354+
"access": "public",
7355+
"informative": false,
7356+
"heading": {
7357+
"id": "texture-view-creation",
7358+
"href": "https://gpuweb.github.io/gpuweb/#texture-view-creation",
7359+
"title": "Texture View Creation",
7360+
"number": "6.2.1"
7361+
},
7362+
"definedIn": "prose",
7363+
"links": []
7364+
},
73237365
{
73247366
"id": "texel-block",
73257367
"href": "https://gpuweb.github.io/gpuweb/#texel-block",
@@ -28844,6 +28886,28 @@
2884428886
"definedIn": "heading",
2884528887
"links": []
2884628888
},
28889+
{
28890+
"id": "dom-gpufeaturename-texture-component-swizzle",
28891+
"href": "https://gpuweb.github.io/gpuweb/#dom-gpufeaturename-texture-component-swizzle",
28892+
"linkingText": [
28893+
"\"texture-component-swizzle\""
28894+
],
28895+
"localLinkingText": [],
28896+
"type": "enum-value",
28897+
"for": [
28898+
"GPUFeatureName"
28899+
],
28900+
"access": "public",
28901+
"informative": false,
28902+
"heading": {
28903+
"id": "dom-gpufeaturename-texture-component-swizzle",
28904+
"href": "https://gpuweb.github.io/gpuweb/#dom-gpufeaturename-texture-component-swizzle",
28905+
"title": "\"texture-component-swizzle\"",
28906+
"number": "25.22"
28907+
},
28908+
"definedIn": "heading",
28909+
"links": []
28910+
},
2884728911
{
2884828912
"id": "render-target-pixel-byte-cost",
2884928913
"href": "https://gpuweb.github.io/gpuweb/#render-target-pixel-byte-cost",

ed/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://w3c.github.io/epub-specs/epub34/authoring/#dfn-itemref"
106106
},
107-
{
108-
"name": "collection",
109-
"href": "https://w3c.github.io/epub-specs/epub34/authoring/#dfn-collection"
110-
},
111107
{
112108
"name": "smil",
113109
"href": "https://w3c.github.io/epub-specs/epub34/authoring/#dfn-smil"

0 commit comments

Comments
 (0)