Skip to content

Commit 517f80c

Browse files
author
curation-bot
committed
Publish curated data from 83e0077
Curated data generated from raw data at 83e0077
1 parent 994ad28 commit 517f80c

30 files changed

+2546
-1358
lines changed

‎ed/algorithms/css-grid-1.json

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

‎ed/algorithms/css-grid-2.json

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

‎ed/algorithms/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32205,7 +32205,7 @@
3220532205
"html": "<p>Set <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-error\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-error\">error</a></code>] to\n <var>exception</var>.</p>"
3220632206
},
3220732207
{
32208-
"html": "<p>\n \n Set <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-message\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-message\">message</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-filename\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-filename\">filename</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-lineno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-lineno\">lineno</a></code>], and\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-colno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-colno\">colno</a></code>] to\n <a id=\"runtime-script-errors:implementation-defined\" href=\"https://infra.spec.whatwg.org/#implementation-defined\" data-x-internal=\"implementation-defined\">implementation-defined</a> values derived from <var>exception</var>.\n </p>"
32208+
"html": "<p>\n <a id=\"runtime-script-errors:tracking-vector\" title=\"There is a tracking vector here.\" href=\"https://infra.spec.whatwg.org/#tracking-vector\" class=\"tracking-vector\" data-x-internal=\"tracking-vector\"><img width=\"46\" alt=\"(This is a tracking vector.)\" crossorigin=\"\" src=\"https://resources.whatwg.org/tracking-vector.svg\" height=\"64\"></a>\n Set <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-message\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-message\">message</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-filename\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-filename\">filename</a></code>],\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-lineno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-lineno\">lineno</a></code>], and\n <var>attributes</var>[<code id=\"runtime-script-errors:dom-errorevent-colno\"><a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-colno\">colno</a></code>] to\n <a id=\"runtime-script-errors:implementation-defined\" href=\"https://infra.spec.whatwg.org/#implementation-defined\" data-x-internal=\"implementation-defined\">implementation-defined</a> values derived from <var>exception</var>.\n </p>"
3220932209
},
3221032210
{
3221132211
"html": "<p>Return <var>attributes</var>.</p>"

‎ed/algorithms/trusted-types.json

Lines changed: 41 additions & 38 deletions
Large diffs are not rendered by default.

‎ed/algorithms/webdriver-bidi.json

Lines changed: 391 additions & 277 deletions
Large diffs are not rendered by default.

‎ed/cddl/webdriver-bidi-all.cddl

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,8 @@ browsingContext.UserPromptOpenedParameters = {
802802
}
803803

804804
EmulationCommand = (
805-
emulation.SetGeolocationOverride
805+
emulation.SetGeolocationOverride //
806+
emulation.SetScreenOrientationOverride
806807
)
807808

808809
emulation.SetGeolocationOverride = (
@@ -833,6 +834,25 @@ emulation.GeolocationPositionError = {
833834
type: "positionUnavailable"
834835
}
835836

837+
emulation.SetScreenOrientationOverride = (
838+
method: "emulation.setScreenOrientationOverride",
839+
params: emulation.SetScreenOrientationOverrideParameters
840+
)
841+
842+
emulation.ScreenOrientationNatural = "portrait" / "landscape"
843+
emulation.ScreenOrientationType = "portrait-primary" / "portrait-secondary" / "landscape-primary" / "landscape-secondary"
844+
845+
emulation.ScreenOrientation = {
846+
natural: emulation.ScreenOrientationNatural,
847+
type: emulation.ScreenOrientationType
848+
}
849+
850+
emulation.SetScreenOrientationOverrideParameters = {
851+
screenOrientation: emulation.ScreenOrientation / null,
852+
? contexts: [+browsingContext.BrowsingContext],
853+
? userContexts: [+browser.UserContext],
854+
}
855+
836856
NetworkCommand = (
837857
network.AddDataCollector //
838858
network.AddIntercept //
@@ -2631,7 +2651,8 @@ browsingContext.TraverseHistoryParameters = {
26312651
}
26322652

26332653
EmulationCommand = (
2634-
emulation.SetGeolocationOverride
2654+
emulation.SetGeolocationOverride //
2655+
emulation.SetScreenOrientationOverride
26352656
)
26362657

26372658
emulation.SetGeolocationOverride = (
@@ -2662,6 +2683,25 @@ emulation.GeolocationPositionError = {
26622683
type: "positionUnavailable"
26632684
}
26642685

2686+
emulation.SetScreenOrientationOverride = (
2687+
method: "emulation.setScreenOrientationOverride",
2688+
params: emulation.SetScreenOrientationOverrideParameters
2689+
)
2690+
2691+
emulation.ScreenOrientationNatural = "portrait" / "landscape"
2692+
emulation.ScreenOrientationType = "portrait-primary" / "portrait-secondary" / "landscape-primary" / "landscape-secondary"
2693+
2694+
emulation.ScreenOrientation = {
2695+
natural: emulation.ScreenOrientationNatural,
2696+
type: emulation.ScreenOrientationType
2697+
}
2698+
2699+
emulation.SetScreenOrientationOverrideParameters = {
2700+
screenOrientation: emulation.ScreenOrientation / null,
2701+
? contexts: [+browsingContext.BrowsingContext],
2702+
? userContexts: [+browser.UserContext],
2703+
}
2704+
26652705
NetworkCommand = (
26662706
network.AddDataCollector //
26672707
network.AddIntercept //

‎ed/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,8 @@ browsingContext.TraverseHistoryParameters = {
16811681
}
16821682

16831683
EmulationCommand = (
1684-
emulation.SetGeolocationOverride
1684+
emulation.SetGeolocationOverride //
1685+
emulation.SetScreenOrientationOverride
16851686
)
16861687

16871688
emulation.SetGeolocationOverride = (
@@ -1712,6 +1713,25 @@ emulation.GeolocationPositionError = {
17121713
type: "positionUnavailable"
17131714
}
17141715

1716+
emulation.SetScreenOrientationOverride = (
1717+
method: "emulation.setScreenOrientationOverride",
1718+
params: emulation.SetScreenOrientationOverrideParameters
1719+
)
1720+
1721+
emulation.ScreenOrientationNatural = "portrait" / "landscape"
1722+
emulation.ScreenOrientationType = "portrait-primary" / "portrait-secondary" / "landscape-primary" / "landscape-secondary"
1723+
1724+
emulation.ScreenOrientation = {
1725+
natural: emulation.ScreenOrientationNatural,
1726+
type: emulation.ScreenOrientationType
1727+
}
1728+
1729+
emulation.SetScreenOrientationOverrideParameters = {
1730+
screenOrientation: emulation.ScreenOrientation / null,
1731+
? contexts: [+browsingContext.BrowsingContext],
1732+
? userContexts: [+browser.UserContext],
1733+
}
1734+
17151735
NetworkCommand = (
17161736
network.AddDataCollector //
17171737
network.AddIntercept //

‎ed/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ browsingContext.TraverseHistoryParameters = {
484484
}
485485

486486
EmulationCommand = (
487-
emulation.SetGeolocationOverride
487+
emulation.SetGeolocationOverride //
488+
emulation.SetScreenOrientationOverride
488489
)
489490

490491
emulation.SetGeolocationOverride = (
@@ -515,6 +516,25 @@ emulation.GeolocationPositionError = {
515516
type: "positionUnavailable"
516517
}
517518

519+
emulation.SetScreenOrientationOverride = (
520+
method: "emulation.setScreenOrientationOverride",
521+
params: emulation.SetScreenOrientationOverrideParameters
522+
)
523+
524+
emulation.ScreenOrientationNatural = "portrait" / "landscape"
525+
emulation.ScreenOrientationType = "portrait-primary" / "portrait-secondary" / "landscape-primary" / "landscape-secondary"
526+
527+
emulation.ScreenOrientation = {
528+
natural: emulation.ScreenOrientationNatural,
529+
type: emulation.ScreenOrientationType
530+
}
531+
532+
emulation.SetScreenOrientationOverrideParameters = {
533+
screenOrientation: emulation.ScreenOrientation / null,
534+
? contexts: [+browsingContext.BrowsingContext],
535+
? userContexts: [+browser.UserContext],
536+
}
537+
518538
NetworkCommand = (
519539
network.AddDataCollector //
520540
network.AddIntercept //
@@ -1986,7 +2006,8 @@ browsingContext.TraverseHistoryParameters = {
19862006
}
19872007

19882008
EmulationCommand = (
1989-
emulation.SetGeolocationOverride
2009+
emulation.SetGeolocationOverride //
2010+
emulation.SetScreenOrientationOverride
19902011
)
19912012

19922013
emulation.SetGeolocationOverride = (
@@ -2017,6 +2038,25 @@ emulation.GeolocationPositionError = {
20172038
type: "positionUnavailable"
20182039
}
20192040

2041+
emulation.SetScreenOrientationOverride = (
2042+
method: "emulation.setScreenOrientationOverride",
2043+
params: emulation.SetScreenOrientationOverrideParameters
2044+
)
2045+
2046+
emulation.ScreenOrientationNatural = "portrait" / "landscape"
2047+
emulation.ScreenOrientationType = "portrait-primary" / "portrait-secondary" / "landscape-primary" / "landscape-secondary"
2048+
2049+
emulation.ScreenOrientation = {
2050+
natural: emulation.ScreenOrientationNatural,
2051+
type: emulation.ScreenOrientationType
2052+
}
2053+
2054+
emulation.SetScreenOrientationOverrideParameters = {
2055+
screenOrientation: emulation.ScreenOrientation / null,
2056+
? contexts: [+browsingContext.BrowsingContext],
2057+
? userContexts: [+browser.UserContext],
2058+
}
2059+
20202060
NetworkCommand = (
20212061
network.AddDataCollector //
20222062
network.AddIntercept //

‎ed/dfns/trusted-types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,8 @@
16311631
"localLinkingText": [],
16321632
"type": "dfn",
16331633
"for": [
1634-
"HTMLScriptElement"
1634+
"HTMLScriptElement",
1635+
"SVGScriptElement"
16351636
],
16361637
"access": "public",
16371638
"informative": false,

0 commit comments

Comments
 (0)