Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.2.9.
  • Loading branch information
reffy-bot committed Nov 14, 2024
1 parent fb84a0b commit 3329d79
Show file tree
Hide file tree
Showing 33 changed files with 2,056 additions and 1,678 deletions.
15 changes: 9 additions & 6 deletions ed/algorithms/IFT.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions ed/algorithms/css-grid-1.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ed/algorithms/css-grid-2.json

Large diffs are not rendered by default.

483 changes: 375 additions & 108 deletions ed/algorithms/shared-storage.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ed/algorithms/web-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@
{
"name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)",
"href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect\" id=\"ref-for-dom-keyframeeffect-keyframeeffect\">KeyframeEffect</a></code> object as\nfollows:",
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source\" id=\"ref-for-dom-keyframeeffect-keyframeeffect-source\">KeyframeEffect</a></code> object as\nfollows:",
"rationale": "if",
"steps": [
{
Expand Down
121 changes: 50 additions & 71 deletions ed/algorithms/webauthn-3.json

Large diffs are not rendered by default.

25 changes: 16 additions & 9 deletions ed/css/css-rhythm.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{
"name": "block-step-insert",
"href": "https://drafts.csswg.org/css-rhythm-1/#propdef-block-step-insert",
"value": "margin | padding",
"initial": "margin",
"value": "margin-box | padding-box | content-box",
"initial": "margin-box",
"appliesTo": "block-level boxes",
"inherited": "no",
"percentages": "N/A",
Expand All @@ -33,18 +33,25 @@
"animationType": "discrete",
"values": [
{
"name": "margin",
"name": "margin-box",
"prose": "Any extra space resulting from a block-step-size-induced adjustment is inserted outside the box’s border, as extra margin.",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin-box",
"type": "value",
"value": "margin"
"value": "margin-box"
},
{
"name": "padding",
"name": "padding-box",
"prose": "Any extra space resulting from a block-step-size-induced adjustment is inserted inside the box’s border, as extra padding.",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding-box",
"type": "value",
"value": "padding"
"value": "padding-box"
},
{
"name": "content-box",
"prose": "Any extra space resulting from a block-step-size-induced adjustment is inserted inside the box’s border by increasing the height of the content area.",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-content-box",
"type": "value",
"value": "content-box"
}
],
"styleDeclaration": [
Expand Down Expand Up @@ -155,7 +162,7 @@
"name": "line-height-step",
"href": "https://drafts.csswg.org/css-rhythm-1/#propdef-line-height-step",
"value": "<length [0,∞]>",
"initial": "0px",
"initial": "0",
"appliesTo": "block containers",
"inherited": "yes",
"percentages": "N/A",
Expand Down
6 changes: 3 additions & 3 deletions ed/dfns/IFT.json
Original file line number Diff line number Diff line change
Expand Up @@ -1150,10 +1150,10 @@
"definedIn": "table"
},
{
"id": "mapping-entry-copycount",
"href": "https://w3c.github.io/IFT/Overview.html#mapping-entry-copycount",
"id": "mapping-entry-copymodeandcount",
"href": "https://w3c.github.io/IFT/Overview.html#mapping-entry-copymodeandcount",
"linkingText": [
"copyCount"
"copyModeAndCount"
],
"localLinkingText": [],
"type": "dfn",
Expand Down
33 changes: 27 additions & 6 deletions ed/dfns/css-rhythm-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"definedIn": "table"
},
{
"id": "valdef-block-step-insert-margin",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin",
"id": "valdef-block-step-insert-margin-box",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin-box",
"linkingText": [
"margin"
"margin-box"
],
"localLinkingText": [],
"type": "value",
Expand All @@ -64,10 +64,31 @@
"definedIn": "dt"
},
{
"id": "valdef-block-step-insert-padding",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding",
"id": "valdef-block-step-insert-padding-box",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding-box",
"linkingText": [
"padding"
"padding-box"
],
"localLinkingText": [],
"type": "value",
"for": [
"block-step-insert"
],
"access": "public",
"informative": false,
"heading": {
"id": "block-step-insert",
"href": "https://drafts.csswg.org/css-rhythm-1/#block-step-insert",
"title": "Specifying the Spacing Type: the block-step-insert property",
"number": "2.2"
},
"definedIn": "dt"
},
{
"id": "valdef-block-step-insert-content-box",
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-content-box",
"linkingText": [
"content-box"
],
"localLinkingText": [],
"type": "value",
Expand Down
137 changes: 76 additions & 61 deletions ed/dfns/shared-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,67 +23,6 @@
},
"definedIn": "pre"
},
{
"id": "enumdef-sharedstoragedataorigin",
"href": "https://wicg.github.io/shared-storage/#enumdef-sharedstoragedataorigin",
"linkingText": [
"SharedStorageDataOrigin"
],
"localLinkingText": [],
"type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "worklet",
"href": "https://wicg.github.io/shared-storage/#worklet",
"title": "The SharedStorageWorklet Interface",
"number": "2"
},
"definedIn": "pre"
},
{
"id": "dom-sharedstoragedataorigin-context-origin",
"href": "https://wicg.github.io/shared-storage/#dom-sharedstoragedataorigin-context-origin",
"linkingText": [
"\"context-origin\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"SharedStorageDataOrigin"
],
"access": "public",
"informative": false,
"heading": {
"id": "worklet",
"href": "https://wicg.github.io/shared-storage/#worklet",
"title": "The SharedStorageWorklet Interface",
"number": "2"
},
"definedIn": "pre"
},
{
"id": "dom-sharedstoragedataorigin-script-origin",
"href": "https://wicg.github.io/shared-storage/#dom-sharedstoragedataorigin-script-origin",
"linkingText": [
"\"script-origin\""
],
"localLinkingText": [],
"type": "enum-value",
"for": [
"SharedStorageDataOrigin"
],
"access": "public",
"informative": false,
"heading": {
"id": "worklet",
"href": "https://wicg.github.io/shared-storage/#worklet",
"title": "The SharedStorageWorklet Interface",
"number": "2"
},
"definedIn": "pre"
},
{
"id": "sharedstorageworklet",
"href": "https://wicg.github.io/shared-storage/#sharedstorageworklet",
Expand Down Expand Up @@ -512,6 +451,82 @@
},
"definedIn": "prose"
},
{
"id": "trusted-origin-type",
"href": "https://wicg.github.io/shared-storage/#trusted-origin-type",
"linkingText": [
"trusted origin type"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "add-module-monkey-patch",
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
"title": "Monkey Patch for addModule()",
"number": "2.2.6"
},
"definedIn": "prose"
},
{
"id": "check-for-script-and-context-origin-match",
"href": "https://wicg.github.io/shared-storage/#check-for-script-and-context-origin-match",
"linkingText": [
"check for script and context origin match"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "add-module-monkey-patch",
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
"title": "Monkey Patch for addModule()",
"number": "2.2.6"
},
"definedIn": "prose"
},
{
"id": "check-for-trusted-origin-match",
"href": "https://wicg.github.io/shared-storage/#check-for-trusted-origin-match",
"linkingText": [
"check for trusted origin match"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "add-module-monkey-patch",
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
"title": "Monkey Patch for addModule()",
"number": "2.2.6"
},
"definedIn": "prose"
},
{
"id": "check-for-trusted-origin-match-on-a-string",
"href": "https://wicg.github.io/shared-storage/#check-for-trusted-origin-match-on-a-string",
"linkingText": [
"check for trusted origin match on a string"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "add-module-monkey-patch",
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
"title": "Monkey Patch for addModule()",
"number": "2.2.6"
},
"definedIn": "prose"
},
{
"id": "callbackdef-runfunctionforsharedstorageselecturloperation",
"href": "https://wicg.github.io/shared-storage/#callbackdef-runfunctionforsharedstorageselecturloperation",
Expand Down
39 changes: 9 additions & 30 deletions ed/dfns/webauthn-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,27 +1126,6 @@
},
"definedIn": "dt"
},
{
"id": "abstract-opdef-credential-record-authenticatordisplayname",
"href": "https://w3c.github.io/webauthn/#abstract-opdef-credential-record-authenticatordisplayname",
"linkingText": [
"authenticatorDisplayName"
],
"localLinkingText": [],
"type": "abstract-op",
"for": [
"credential record"
],
"access": "public",
"informative": false,
"heading": {
"id": "sctn-terminology",
"href": "https://w3c.github.io/webauthn/#sctn-terminology",
"title": "Terminology",
"number": "4"
},
"definedIn": "dt"
},
{
"id": "credential-descriptor-for-a-credential-record",
"href": "https://w3c.github.io/webauthn/#credential-descriptor-for-a-credential-record",
Expand Down Expand Up @@ -9001,10 +8980,10 @@
"definedIn": "dt"
},
{
"id": "credentialpropertiesoutput-resident-key-credential-property",
"href": "https://w3c.github.io/webauthn/#credentialpropertiesoutput-resident-key-credential-property",
"id": "credentialpropertiesoutput-client-side-discoverable-credential-property",
"href": "https://w3c.github.io/webauthn/#credentialpropertiesoutput-client-side-discoverable-credential-property",
"linkingText": [
"resident key credential property"
"client-side discoverable credential property"
],
"localLinkingText": [],
"type": "dfn",
Expand All @@ -9022,25 +9001,25 @@
"definedIn": "prose"
},
{
"id": "dom-credentialpropertiesoutput-authenticatordisplayname",
"href": "https://w3c.github.io/webauthn/#dom-credentialpropertiesoutput-authenticatordisplayname",
"id": "credentialpropertiesoutput-resident-key-credential-property",
"href": "https://w3c.github.io/webauthn/#credentialpropertiesoutput-resident-key-credential-property",
"linkingText": [
"authenticatorDisplayName"
"resident key credential property"
],
"localLinkingText": [],
"type": "dict-member",
"type": "dfn",
"for": [
"CredentialPropertiesOutput"
],
"access": "public",
"access": "private",
"informative": false,
"heading": {
"id": "sctn-authenticator-credential-properties-extension",
"href": "https://w3c.github.io/webauthn/#sctn-authenticator-credential-properties-extension",
"title": "Credential Properties Extension (credProps)",
"number": "10.1.3"
},
"definedIn": "dt"
"definedIn": "prose"
},
{
"id": "prf",
Expand Down
6 changes: 0 additions & 6 deletions ed/headings/webauthn-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1393,12 +1393,6 @@
"href": "https://w3c.github.io/webauthn/#idl-index",
"level": 2,
"title": "IDL Index"
},
{
"id": "issues-index",
"href": "https://w3c.github.io/webauthn/#issues-index",
"level": 2,
"title": "Issues Index"
}
]
}
4 changes: 1 addition & 3 deletions ed/idl/shared-storage.idl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

typedef (USVString or FencedFrameConfig) SharedStorageResponse;

enum SharedStorageDataOrigin { "context-origin", "script-origin" };

[Exposed=(Window)]
interface SharedStorageWorklet : Worklet {
Promise<SharedStorageResponse> selectURL(DOMString name,
Expand Down Expand Up @@ -95,7 +93,7 @@ dictionary SharedStorageRunOperationMethodOptions {
};

dictionary SharedStorageWorkletOptions : WorkletOptions {
SharedStorageDataOrigin dataOrigin = "context-origin";
USVString dataOrigin = "context-origin";
};

interface mixin HTMLSharedStorageWritableElementUtils {
Expand Down
1 change: 0 additions & 1 deletion ed/idl/webauthn.idl
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ partial dictionary AuthenticationExtensionsClientInputs {

dictionary CredentialPropertiesOutput {
boolean rk;
DOMString authenticatorDisplayName;
};

partial dictionary AuthenticationExtensionsClientOutputs {
Expand Down
Loading

0 comments on commit 3329d79

Please sign in to comment.