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 18.4.0.
  • Loading branch information
reffy-bot committed Mar 4, 2025
1 parent d6d2de0 commit 4c2d05c
Show file tree
Hide file tree
Showing 28 changed files with 1,803 additions and 827 deletions.
2 changes: 1 addition & 1 deletion ed/algorithms/capture-handle-identity.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rationale": "for",
"steps": [
{
"html": "For every capturing application for which the new <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dfn-observable\" class=\"internalDFN\" id=\"ref-for-dfn-observable-3\">observable</a> <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"CaptureHandle\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle\" class=\"internalDFN\" id=\"ref-for-dom-capturehandle-6\"><code>CaptureHandle</code></a>\n is different than prior to the call to <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"MediaDevices\" data-xref-for=\"MediaDevices\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dom-mediadevices-setcapturehandleconfig\" class=\"internalDFN\" id=\"ref-for-dom-mediadevices-setcapturehandleconfig-9\"><code>setCaptureHandleConfig</code></a>,\n the user agent <em class=\"rfc2119\">MUST</em> <a data-link-type=\"dfn\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"concept-event-fire\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">fire an event</a> named <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"MediaStreamTrack\" data-xref-for=\"MediaStreamTrack\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dfn-capturehandlechange\" class=\"internalDFN\" id=\"ref-for-dfn-capturehandlechange-1\"><code>capturehandlechange</code></a>."
"html": "For every capturing application for which the new <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dfn-observable\" class=\"internalDFN\" id=\"ref-for-dfn-observable-3\">observable</a> <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"CaptureHandle\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle\" class=\"internalDFN\" id=\"ref-for-dom-capturehandle-6\"><code>CaptureHandle</code></a>\n is different than prior to the call to <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"MediaDevices\" data-xref-for=\"MediaDevices\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dom-mediadevices-setcapturehandleconfig\" class=\"internalDFN\" id=\"ref-for-dom-mediadevices-setcapturehandleconfig-9\"><code>setCaptureHandleConfig</code></a>, the\n user agent <em class=\"rfc2119\">MUST</em> <a data-link-type=\"dfn\" data-cite=\"dom\" data-cite-path=\"\" data-cite-frag=\"concept-event-fire\" href=\"https://dom.spec.whatwg.org/#concept-event-fire\">fire an event</a> named <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"MediaStreamTrack\" data-xref-for=\"MediaStreamTrack\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dfn-capturehandlechange\" class=\"internalDFN\" id=\"ref-for-dfn-capturehandlechange-1\"><code>capturehandlechange</code></a>."
},
{
"html": "The user agent <em class=\"rfc2119\">MUST</em> report the new <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dfn-observable\" class=\"internalDFN\" id=\"ref-for-dfn-observable-4\">observable</a> <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"CaptureHandle\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dom-capturehandle\" class=\"internalDFN\" id=\"ref-for-dom-capturehandle-7\"><code>CaptureHandle</code></a> whenever\n <a data-link-type=\"idl\" data-xref-type=\"attribute|dict-member|const\" data-link-for=\"MediaStreamTrack\" data-xref-for=\"MediaStreamTrack\" href=\"https://w3c.github.io/mediacapture-handle/identity/#dom-mediastreamtrack-getcapturehandle\" class=\"internalDFN\" id=\"ref-for-dom-mediastreamtrack-getcapturehandle-1\"><code>getCaptureHandle</code></a> is called."
Expand Down
4 changes: 2 additions & 2 deletions ed/algorithms/css-color-hdr-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"html": "<p>Let <var>c2xyz</var> be <var>c2</var> converted to D65 CIE XYZ</p>"
},
{
"html": "<p>Let <var> w1</var> = clamp((log(<var>H</var>) - log(<var>H2</var>)) / (log(<var>H1</var>) - log(<var>H2</var>)), 0, 1)</p>"
"html": "<p>Let <var> w1</var> = clamp((<var>H</var> - <var>H2</var>) / (<var>H1</var> - <var>H2</var>), 0, 1)</p>"
},
{
"html": "<p>Let <var> w2</var> = clamp((log(<var>H</var>) - log(<var>H1</var>)) / (log(<var>H2</var>) - log(<var>H1</var>)), 0, 1)\nNote that <var> w2</var> = 1 - <var> w1</var></p>"
"html": "<p>Let <var> w2</var> = clamp((<var>H</var> - <var>H1</var>) / (<var>H2</var> - <var>H1</var>), 0, 1)\nNote that <var> w2</var> = 1 - <var> w1</var></p>"
},
{
"html": "<p>Let <var>eps</var> = 0.001 (one JND in linear-light space)</p>"
Expand Down
2 changes: 1 addition & 1 deletion ed/algorithms/css-flexbox-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"html": "Otherwise,\n\t\t\t\t\tif the used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑥\">flex basis</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑧\">content</a> or depends on its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available②\">available space</a>,\n\t\t\t\t\tthe available main size is infinite,\n\t\t\t\t\tand the flex item’s inline axis is parallel to the main axis,\n\t\t\t\t\tlay the item out using <a href=\"https://www.w3.org/TR/css3-writing-modes/#orthogonal-flows\">the rules for a box in an orthogonal flow</a> <a data-link-type=\"biblio\" href=\"https://drafts.csswg.org/css-flexbox-1/#biblio-css3-writing-modes\" title=\"CSS Writing Modes Level 3\">[CSS3-WRITING-MODES]</a>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size④\">flex base size</a> is the item’s max-content <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①①\">main size</a>."
},
{
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-auto\" id=\"ref-for-valdef-align-items-auto①\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-auto\" id=\"ref-for-valdef-flex-basis-auto③\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
}
]
},
Expand Down
Loading

0 comments on commit 4c2d05c

Please sign in to comment.