Skip to content

Commit 7bbfeb2

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.4.
1 parent 35e2fe9 commit 7bbfeb2

18 files changed

+524
-406
lines changed

ed/algorithms/css-borders-4.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,29 @@
324324
"html": "Tile and draw.\n\t\t\n <ul>\n <li>The images are then tiled to fill their respective regions.\n\n\t\t\n </li><li>In the case of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-border-image-repeat-space\" id=\"ref-for-valdef-border-image-repeat-space②\">space</a>,\n\t\t\tany partial tiles are discarded and the extra space distributed\n\t\t\tbefore, after, and between the tiles.\n\t\t\t(I.e. the gap before the first tile,\n\t\t\tthe gap after the last tile,\n\t\t\tand the gaps between tiles are equalized.)\n\t\t\t\n\n\t\t\n </li><li>The images are drawn at the same stacking level as normal borders:\n\t\t\timmediately in front of the background layers.\n\n\t\t\n </li><li>The middle image is not drawn\n\t\t\tunless <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#border-image-slice-fill\" id=\"ref-for-border-image-slice-fill④\">fill</a> was specified for <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-image-source\" id=\"ref-for-propdef-border-image-source④\">border-image-source</a>.\n\t\t\n </li></ul>"
325325
}
326326
]
327+
},
328+
{
329+
"name": "choose-relevant-side-for-border-shape",
330+
"href": "https://drafts.csswg.org/css-borders-4/#relevant-side-for-border-shape",
331+
"html": "An element’s <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"relevant-side-for-border-shape\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">relevant side for border shape</dfn> is the first side (in the order <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start\">block-start</a>, <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-start\" id=\"ref-for-inline-start\">inline-start</a>, <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-end\" id=\"ref-for-block-end\">block-end</a>, and <u class=\"link-error\" data-lt=\"none'' [=border style\" title=\"LINK ERROR: No 'dfn' refs found for 'none'' [=border style'.\">none'' [=border style</u>, or <span id=\"ref-for-block-start①\">block-start</span> if they’re all <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none③\">none</a>.",
332+
"rationale": ".algorithm",
333+
"steps": [
334+
{
335+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑥\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-block-start-style\" id=\"ref-for-propdef-border-block-start-style②\">border-block-start-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none④\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start②\">block-start</a>.</p>"
336+
},
337+
{
338+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑦\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-inline-start-style\" id=\"ref-for-propdef-border-inline-start-style②\">border-inline-start-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none⑤\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-start\" id=\"ref-for-inline-start①\">inline-start</a>.</p>"
339+
},
340+
{
341+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑧\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-block-end-style\" id=\"ref-for-propdef-border-block-end-style②\">border-block-end-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none⑥\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-end\" id=\"ref-for-block-end①\">block-end</a>.</p>"
342+
},
343+
{
344+
"html": "<p>If <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value①⑨\">computed</a> <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-borders-4/#propdef-border-inline-end-style\" id=\"ref-for-propdef-border-inline-end-style②\">border-inline-end-style</a> is not <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-borders-4/#valdef-line-style-none\" id=\"ref-for-valdef-line-style-none⑦\">none</a>, then return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#inline-end\" id=\"ref-for-inline-end\">inline-end</a>.</p>"
345+
},
346+
{
347+
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#block-start\" id=\"ref-for-block-start③\">block-start</a>.</p>"
348+
}
349+
]
327350
}
328351
]
329352
}

0 commit comments

Comments
 (0)