Skip to content

Commit 09b4511

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.0.
1 parent 83eca02 commit 09b4511

15 files changed

+590
-296
lines changed

tr/algorithms/webdriver-bidi.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@
17251725
"html": "<p>If there is a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#client-window\" id=\"ref-for-client-window①④\">client window</a> with <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#client-window-id\" id=\"ref-for-client-window-id②\">client window id</a> <var>command\n parameters</var>[\"<code>clientWindow</code>\"], let <var>client window</var> be that <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#client-window\" id=\"ref-for-client-window①⑤\">client window</a>. Otherwise return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors②①\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-error-code\" id=\"ref-for-dfn-error-code②⓪\">error code</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#errors-no-such-client-window\" id=\"ref-for-errors-no-such-client-window①\">no such client window</a>.</p>"
17261726
},
17271727
{
1728-
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try⑦\">Try</a> to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#set-the-client-window-state\" id=\"ref-for-set-the-client-window-state\">set the client window state</a> with <var>client window</var> and <var>command\n parameters</var>[\"<code>state</code>\"].</p>"
1728+
"html": "<p><a data-link-type=\"dfn\" data-refhint-key=\"f5554d6d\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try⑦\">Try</a> to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#set-the-client-window-state\" id=\"ref-for-set-the-client-window-state\">set the client window state</a> with <var>client window</var> and <var>command\n parameters</var>[\"<code>state</code>\"].</p>"
17291729
},
17301730
{
17311731
"html": "If <var>command parameters</var>[\"<code>state</code>\"] is \"<code>normal</code>\":",
@@ -1966,7 +1966,7 @@
19661966
"rationale": ".algorithm",
19671967
"steps": [
19681968
{
1969-
"html": "<p>Run implementation-specific steps so that <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#system-visibility-state\" id=\"ref-for-system-visibility-state\">system visibility state</a> becomes <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#system-visibility-state\" id=\"ref-for-system-visibility-state①\">visible</a>. If this is not possible return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors②⑥\">error</a> with error code <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation⑤\">unsupported operation</a>.</p>"
1969+
"html": "<p>Run implementation-specific steps so that <var>navigable</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#system-visibility-state\" id=\"ref-for-system-visibility-state\">system visibility state</a> becomes <a data-link-type=\"dfn\" data-refhint-key=\"e08512b4\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#system-visibility-state\" id=\"ref-for-system-visibility-state①\">visible</a>. If this is not possible return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors②⑥\">error</a> with error code <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-unsupported-operation\" id=\"ref-for-dfn-unsupported-operation⑤\">unsupported operation</a>.</p>"
19701970
},
19711971
{
19721972
"html": "<p>Run implementation-specific steps to set the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/interaction.html#system-focus\" id=\"ref-for-system-focus①\">system focus</a> on the <var>navigable</var> if it is not focused.</p>"
@@ -2092,7 +2092,7 @@
20922092
"html": "<p>Complete implementation specific steps equivalent to drawing the region of\n the framebuffer representing the region of <var>document</var> covered by <var>rect</var> to <var>canvas context</var>, such that each pixel in the framebuffer corresponds to a pixel in <var>canvas context</var> with (<var>rect</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/geometry/#rectangle-x-coordinate\" id=\"ref-for-rectangle-x-coordinate⑦\">x coordinate</a>, <var>rect</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/geometry/#rectangle-y-coordinate\" id=\"ref-for-rectangle-y-coordinate⑦\">y coordinate</a>) in\n viewport coordinates corresponding to (0,0) in <var>canvas context</var> and (<var>rect</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/geometry/#rectangle-x-coordinate\" id=\"ref-for-rectangle-x-coordinate⑧\">x coordinate</a> + <var>rect</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/geometry/#rectangle-width-dimension\" id=\"ref-for-rectangle-width-dimension⑦\">width dimension</a>, <var>rect</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/geometry/#rectangle-y-coordinate\" id=\"ref-for-rectangle-y-coordinate⑧\">y coordinate</a> + <var>rect</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/geometry/#rectangle-height-dimension\" id=\"ref-for-rectangle-height-dimension⑦\">height dimension</a>) corresponding to (<var>paint\n width</var>, <var>paint height</var>).</p>"
20932093
},
20942094
{
2095-
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/CSS21/intro.html#canvas\" id=\"ref-for-canvas\">canvas</a>.</p>"
2095+
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://svgwg.org/svg2-draft/coords.html#TermCanvas\" id=\"ref-for-TermCanvas\">canvas</a>.</p>"
20962096
}
20972097
]
20982098
},
@@ -2725,7 +2725,7 @@
27252725
]
27262726
},
27272727
{
2728-
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try①⑨\">Try</a> to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#collect-nodes-using-accessibility-attributes\" id=\"ref-for-collect-nodes-using-accessibility-attributes\">collect nodes using accessibility attributes</a> with <var>child nodes</var>, <var>selector</var>, <var>maximum returned node count</var>, and <var>returned nodes</var>.</p>"
2728+
"html": "<p><a data-link-type=\"dfn\" data-refhint-key=\"f5554d6d\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try①⑨\">Try</a> to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#collect-nodes-using-accessibility-attributes\" id=\"ref-for-collect-nodes-using-accessibility-attributes\">collect nodes using accessibility attributes</a> with <var>child nodes</var>, <var>selector</var>, <var>maximum returned node count</var>, and <var>returned nodes</var>.</p>"
27292729
}
27302730
]
27312731
},
@@ -6052,7 +6052,7 @@
60526052
{
60536053
"name": "get exception details",
60546054
"href": "https://www.w3.org/TR/webdriver-bidi/#get-exception-details",
6055-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"get-exception-details\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get exception details</dfn> given a <var>realm</var>, a <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type②\">completion record</a> <var>record</var>, an <var>ownership type</var> and a <var>session</var>:",
6055+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"get-exception-details\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">get exception details</dfn> given a <var>realm</var>, a <a data-link-type=\"dfn\" data-refhint-key=\"c8a04a12\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type②\">completion record</a> <var>record</var>, an <var>ownership type</var> and a <var>session</var>:",
60566056
"rationale": ".algorithm",
60576057
"steps": [
60586058
{
@@ -6794,7 +6794,7 @@
67946794
"html": "<p>Set <var>serialized</var> to <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-call\" id=\"ref-for-sec-call①\">Call</a>(<a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-date.prototype.toisostring\" id=\"ref-for-sec-date.prototype.toisostring\">Date.prototype.toISOString</a>, <var>value</var>).</p>"
67956795
},
67966796
{
6797-
"html": "<p class=\"assertion\">Assert: <var>serialized</var> is not a <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type④\">throw completion</a>.</p>"
6797+
"html": "<p class=\"assertion\">Assert: <var>serialized</var> is not a <a data-link-type=\"dfn\" data-refhint-key=\"e0e5fa1c\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type④\">throw completion</a>.</p>"
67986798
},
67996799
{
68006800
"html": "<p>Let <var>remote value</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map⑧⓪\">map</a> matching the <code>script.DateRemoteValue</code> production in the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#local-end-definition\" id=\"ref-for-local-end-definition⑤③\">local end definition</a>, with the <code>handle</code> property set to <var>handle id</var> if it’s not null, or omitted otherwise, and the\n value set to <var>serialized</var>.</p>"
@@ -7188,11 +7188,11 @@
71887188
{
71897189
"name": "stack trace for an exception",
71907190
"href": "https://www.w3.org/TR/webdriver-bidi/#stack-trace-for-an-exception",
7191-
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"stack-trace-for-an-exception\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">stack trace for an exception</dfn> with an exception, or a <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type⑤\">Completion Record</a> of type <code>throw</code>, <var>exception</var>, is given by:",
7191+
"html": "The <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"stack-trace-for-an-exception\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">stack trace for an exception</dfn> with an exception, or a <a data-link-type=\"dfn\" data-refhint-key=\"c8a04a12\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type⑤\">Completion Record</a> of type <code>throw</code>, <var>exception</var>, is given by:",
71927192
"rationale": ".algorithm",
71937193
"steps": [
71947194
{
7195-
"html": "<p>If <var>exception</var> is a value that has been thrown as an exception, let <var>record</var> be the <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type⑥\">Completion Record</a> created to throw <var>exception</var>. Otherwise let <var>record</var> be <var>exception</var>.</p>"
7195+
"html": "<p>If <var>exception</var> is a value that has been thrown as an exception, let <var>record</var> be the <a data-link-type=\"dfn\" data-refhint-key=\"c8a04a12\" href=\"https://tc39.es/ecma262/#sec-completion-record-specification-type\" id=\"ref-for-sec-completion-record-specification-type⑥\">Completion Record</a> created to throw <var>exception</var>. Otherwise let <var>record</var> be <var>exception</var>.</p>"
71967196
},
71977197
{
71987198
"html": "<p>Let <var>stack</var> be the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver-bidi/#list-of-stack-frames\" id=\"ref-for-list-of-stack-frames①\">list of stack frames</a> corresponding to execution at the\n point <var>record</var> was created.</p>"
@@ -8554,7 +8554,7 @@
85548554
"html": "<p>Let <var>actions by tick</var> be the result of trying to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-extract-an-action-sequence\" id=\"ref-for-dfn-extract-an-action-sequence\">extract an action sequence</a> with <var>input state</var>, <var>command parameters</var>, and <var>actions options</var>.</p>"
85558555
},
85568556
{
8557-
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try⑦①\">Try</a> to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-dispatch-actions\" id=\"ref-for-dfn-dispatch-actions\">dispatch actions</a> with <var>input state</var>, <var>actions by tick</var>, <var>navigable</var>, and <var>actions options</var>.</p>"
8557+
"html": "<p><a data-link-type=\"dfn\" data-refhint-key=\"f5554d6d\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try⑦①\">Try</a> to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-dispatch-actions\" id=\"ref-for-dfn-dispatch-actions\">dispatch actions</a> with <var>input state</var>, <var>actions by tick</var>, <var>navigable</var>, and <var>actions options</var>.</p>"
85588558
},
85598559
{
85608560
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-success\" id=\"ref-for-dfn-success⑧③\">success</a> with data null.</p>"
@@ -8585,7 +8585,7 @@
85858585
"html": "<p>Let <var>undo actions</var> be <var>input state</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-input-cancel-list\" id=\"ref-for-dfn-input-cancel-list\">input cancel list</a> in reverse order.</p>"
85868586
},
85878587
{
8588-
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try⑦③\">Try</a> to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-dispatch-tick-actions\" id=\"ref-for-dfn-dispatch-tick-actions\">dispatch tick actions</a> with <var>undo actions</var>, 0, <var>navigable</var>, and <var>actions options</var>.</p>"
8588+
"html": "<p><a data-link-type=\"dfn\" data-refhint-key=\"f5554d6d\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try⑦③\">Try</a> to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-dispatch-tick-actions\" id=\"ref-for-dfn-dispatch-tick-actions\">dispatch tick actions</a> with <var>undo actions</var>, 0, <var>navigable</var>, and <var>actions options</var>.</p>"
85898589
},
85908590
{
85918591
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-reset-the-input-state\" id=\"ref-for-dfn-reset-the-input-state\">Reset the input state</a> with <var>session</var> and <var>top-level traversable</var>.</p>"

tr/dfns/rdf12-concepts.json

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,10 @@
362362
"definedIn": "prose"
363363
},
364364
{
365-
"id": "dfn-full-conformance",
366-
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-full-conformance",
365+
"id": "dfn-full",
366+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-full",
367367
"linkingText": [
368+
"full",
368369
"Full conformance"
369370
],
370371
"localLinkingText": [],
@@ -381,9 +382,10 @@
381382
"definedIn": "prose"
382383
},
383384
{
384-
"id": "dfn-classic-conformance",
385-
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-classic-conformance",
385+
"id": "dfn-classic",
386+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-classic",
386387
"linkingText": [
388+
"classic",
387389
"Classic conformance"
388390
],
389391
"localLinkingText": [],
@@ -989,6 +991,25 @@
989991
},
990992
"definedIn": "prose"
991993
},
994+
{
995+
"id": "dfn-isomorphic-rdf-term-mapping",
996+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-isomorphic-rdf-term-mapping",
997+
"linkingText": [
998+
"isomorphic RDF-term mapping"
999+
],
1000+
"localLinkingText": [],
1001+
"type": "dfn",
1002+
"for": [],
1003+
"access": "private",
1004+
"informative": false,
1005+
"heading": {
1006+
"id": "graph-isomorphism",
1007+
"href": "https://www.w3.org/TR/rdf12-concepts/#graph-isomorphism",
1008+
"title": "Graph Comparison",
1009+
"number": "3.7"
1010+
},
1011+
"definedIn": "prose"
1012+
},
9921013
{
9931014
"id": "dfn-graph-isomorphism",
9941015
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-graph-isomorphism",
@@ -1373,6 +1394,27 @@
13731394
},
13741395
"definedIn": "prose"
13751396
},
1397+
{
1398+
"id": "dfn-classicize",
1399+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-classicize",
1400+
"linkingText": [
1401+
"classicize",
1402+
"classicized",
1403+
"classicizing"
1404+
],
1405+
"localLinkingText": [],
1406+
"type": "dfn",
1407+
"for": [],
1408+
"access": "private",
1409+
"informative": true,
1410+
"heading": {
1411+
"id": "section-classicize-definition",
1412+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-definition",
1413+
"title": "From Full to Classic",
1414+
"number": "8.1"
1415+
},
1416+
"definedIn": "prose"
1417+
},
13761418
{
13771419
"id": "dfn-rdf-html",
13781420
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-html",

tr/headings/rdf12-concepts.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,69 @@
239239
"title": "Generalizations of RDF Triples, Graphs, and Datasets",
240240
"number": "7"
241241
},
242+
{
243+
"id": "section-classic-full-interop",
244+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classic-full-interop",
245+
"level": 2,
246+
"title": "Interoperability between RDF Classic and RDF Full",
247+
"number": "8"
248+
},
249+
{
250+
"id": "section-classicize-definition",
251+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-definition",
252+
"level": 3,
253+
"title": "From Full to Classic",
254+
"number": "8.1"
255+
},
256+
{
257+
"id": "section-classicize-example",
258+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-example",
259+
"level": 4,
260+
"title": "Example",
261+
"number": "8.1.1"
262+
},
263+
{
264+
"id": "section-unclassicize-definition",
265+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-unclassicize-definition",
266+
"level": 3,
267+
"title": "From Classic to Full",
268+
"number": "8.2"
269+
},
270+
{
271+
"id": "section-classicize-caveat",
272+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-caveat",
273+
"level": 3,
274+
"title": "Limitations",
275+
"number": "8.3"
276+
},
277+
{
278+
"id": "algorithms",
279+
"href": "https://www.w3.org/TR/rdf12-concepts/#algorithms",
280+
"level": 3,
281+
"title": "Algorithms",
282+
"number": "8.4"
283+
},
284+
{
285+
"id": "section-classicize-algo",
286+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-classicize-algo",
287+
"level": 4,
288+
"title": "The classicize algorithm",
289+
"number": "8.4.1"
290+
},
291+
{
292+
"id": "section-ctt-algo",
293+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-ctt-algo",
294+
"level": 4,
295+
"title": "The classicize-triple-term algorithm",
296+
"number": "8.4.2"
297+
},
298+
{
299+
"id": "section-unclassicize-algo",
300+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-unclassicize-algo",
301+
"level": 4,
302+
"title": "The revert-classicize algorithm",
303+
"number": "8.4.3"
304+
},
242305
{
243306
"id": "section-additional-datatypes",
244307
"href": "https://www.w3.org/TR/rdf12-concepts/#section-additional-datatypes",

0 commit comments

Comments
 (0)