Skip to content

Commit d637182

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.2.
1 parent 9a9cc85 commit d637182

20 files changed

+516
-449
lines changed

ed/algorithms/SVG2.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,10 +1670,16 @@
16701670
"rationale": ".algorithm",
16711671
"steps": [
16721672
{
1673-
"html": "If the reflected attribute is not present,\n the <a class=\"idlinterface\" href=\"https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedString\">SVGAnimatedString</a> object is defined to additionally reflect\n a second, deprecated attribute, and that deprecated attribute is present,\n then set that deprecated attribute to the specified value."
1673+
"html": "If the reflected attribute’s element is an <a class=\"idlinterface\" href=\"https://svgwg.org/svg2-draft/interact.html#InterfaceSVGScriptElement\">SVGScriptElement</a>, let <var>value</var> be the result of\n executing the <a href=\"https://www.w3.org/TR/trusted-types/#get-trusted-type-compliant-string-algorithm\">Get Trusted Type compliant string</a>\n algorithm, with <a href=\"https://www.w3.org/TR/trusted-types/#trustedscripturl\">TrustedScriptURL</a>,\n reflected attribute’s Document's relevant global object, 'SVGScriptElement href', and 'script'."
16741674
},
16751675
{
1676-
"html": "Otherwise, set the reflected attribute to the specified value."
1676+
"html": "Otherwise, let value be the specified value."
1677+
},
1678+
{
1679+
"html": "If the reflected attribute is not present,\n the <a class=\"idlinterface\" href=\"https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedString\">SVGAnimatedString</a> object is defined to additionally reflect\n a second, deprecated attribute, and that deprecated attribute is present,\n then set that deprecated attribute to value."
1680+
},
1681+
{
1682+
"html": "Otherwise, set the reflected attribute to value."
16771683
}
16781684
]
16791685
},
@@ -2793,17 +2799,17 @@
27932799
"rationale": "let",
27942800
"steps": [
27952801
{
2796-
"html": "Let <var>shift</var> be the cumulative <var>x</var> and\n\t <var>y</var> shifts due to <span class=\"attr-name\">‘<a href=\"https://svgwg.org/svg2-draft/text.html#TextElementXAttribute\"><span>x</span></a>’</span> and <span class=\"attr-name\">‘<a href=\"https://svgwg.org/svg2-draft/text.html#TextElementYAttribute\"><span>y</span></a>’</span>\n\t attributes, initialized to (0,0)."
2802+
"html": "Let <var>shift</var> be the cumulative <var>x</var> and\n\t <var>y</var> shifts due to <span class=\"attr-name\">‘<a href=\"https://svgwg.org/svg2-draft/text.html#TextElementDXAttribute\"><span>dx</span></a>’</span> and <span class=\"attr-name\">‘<a href=\"https://svgwg.org/svg2-draft/text.html#TextElementDYAttribute\"><span>dy</span></a>’</span>\n\t attributes, initialized to (0,0)."
27972803
},
27982804
{
27992805
"html": "For each array element with index <var>i</var> in result:",
28002806
"rationale": "if",
28012807
"steps": [
28022808
{
2803-
"html": "If <var>resolve_x</var>[<var>i</var>] is unspecified, set it to 0.\n\t If <var>resolve_y</var>[<var>i</var>] is unspecified, set it to 0."
2809+
"html": "If <var>resolve_dx</var>[<var>i</var>] is unspecified, set it to 0.\n\t If <var>resolve_dy</var>[<var>i</var>] is unspecified, set it to 0."
28042810
},
28052811
{
2806-
"html": "Let <var>shift.x</var> = <var>shift.x</var> + <var>resolve_x</var>[<var>i</var>]\n\t and <var>shift.y</var> = <var>shift.y</var> + <var>resolve_y</var>[<var>i</var>]."
2812+
"html": "Let <var>shift.x</var> = <var>shift.x</var> + <var>resolve_dx</var>[<var>i</var>]\n\t and <var>shift.y</var> = <var>shift.y</var> + <var>resolve_dy</var>[<var>i</var>]."
28072813
},
28082814
{
28092815
"html": "Let <var>result</var>[<var>i</var>].x = CSS_positions[<var>i</var>].x + shift.x\n\t and <var>result</var>[<var>i</var>].y = CSS_positions[<var>i</var>].y + shift.y."
@@ -3412,7 +3418,7 @@
34123418
"rationale": ".algorithm",
34133419
"steps": [
34143420
{
3415-
"html": "Let <var>cluster</var> be the result of\n <a href=\"https://svgwg.org/svg2-draft/text.html#TermFindTypographicCharacterForCharacter\">finding the typograhic\n character for the character</a> at index <var>charnum</var> within\n the current element."
3421+
"html": "Let <var>cluster</var> be the result of\n <a href=\"https://svgwg.org/svg2-draft/text.html#TermFindTypographicCharacterForCharacter\">finding the typographic\n character for the character</a> at index <var>charnum</var> within\n the current element."
34163422
},
34173423
{
34183424
"html": "If <var>cluster</var> is null, then <a href=\"https://heycam.github.io/webidl/#dfn-throw\">throw</a> an\n <a href=\"https://heycam.github.io/webidl/#indexsizeerror\">IndexSizeError</a>."
@@ -3760,7 +3766,7 @@
37603766
"html": "If the element matches any relevant\n <a href=\"https://www.w3.org/TR/2011/REC-CSS2-20110607/selector.html#pseudo-class-selectors\">dynamic pseudo-class selectors</a>\n appropriate to the type of pointer event, such as <code>:hover</code>,\n <code>:active</code>, or <code>:focus</code> as described in\n [<a href=\"https://svgwg.org/svg2-draft/refs.html#ref-css2\">CSS2</a>], section 5.11, then the relevant class\n properties are applied;"
37613767
},
37623768
{
3763-
"html": "If the element and the event type are associated with the activation\n or cancelation of declarative animation though the use of\n <a href=\"https://svgwg.org/specs/animations/#EventValueSyntax\">event-value</a> timing specifiers,\n any corresponding instance times must be resolved, and any conseqential\n actions of this instance time resolution (such as immediately starting\n or stopping the animation) must be performed;"
3769+
"html": "If the element and the event type are associated with the activation\n or cancelation of declarative animation though the use of\n <a href=\"https://svgwg.org/specs/animations/#EventValueSyntax\">event-value</a> timing specifiers,\n any corresponding instance times must be resolved, and any consequential\n actions of this instance time resolution (such as immediately starting\n or stopping the animation) must be performed;"
37643770
},
37653771
{
37663772
"html": "If the element is a hyperlink (e.g., it is a descendant element of an <span class=\"element-name\">‘<a href=\"https://svgwg.org/svg2-draft/linking.html#AElement\"><span>a</span></a>’</span>\n element), and the pointer event is of a type that activates that hyperlink (e.g.\n via a mouse click), and if the hyperlink traversal changes the context of the\n content (e.g. opens a different document, or moves the pointer away from this\n element by moving to another part of the same document), then no further\n processing for this element is performed;"

ed/algorithms/css-flexbox-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"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\n\t\t\t\t\t<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>."
6969
},
7070
{
71-
"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>\n\t\t\t\t\tusing 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>\n\t\t\t\t\t(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>."
71+
"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>\n\t\t\t\t\tusing 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>\n\t\t\t\t\t(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>."
7272
}
7373
]
7474
},

0 commit comments

Comments
 (0)