Skip to content

Commit 1783cff

Browse files
committed
[css-display] Add issue about recursive inlinification.
1 parent 4ca5230 commit 1783cff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ Automatic Box Type Transformations</h3>
366366
The root element’s display type is always <a>blockified</a>.
367367
Additionally, a 'display-outside' of ''display-outside/contents'' computes to ''block-level'' on the root element.
368368

369+
Issue: Move the definition of recursive inlinification from Ruby to here.
370+
369371

370372

371373

css-display/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ <h3 class="heading settled" data-level=2.5 id=transformations><span class=secno>
462462
<p>The root element’s display type is always <a data-link-type=dfn href=#blockify title=blockified>blockified</a>.
463463
Additionally, a <a class=property data-link-type=propdesc href=#propdef-display-outside title=display-outside>display-outside</a> of <a class=css data-link-for=display-outside data-link-type=maybe href=#valdef-display-outside-contents title=contents>contents</a> computes to <a class=css data-link-type=maybe href=#valdef-display-outside-block-level title=block-level>block-level</a> on the root element.</p>
464464

465+
<p class=issue id=issue-d4a1c253><a class=self-link href=#issue-d4a1c253></a>Move the definition of recursive inlinification from Ruby to here.</p>
466+
465467

466468

467469

@@ -805,6 +807,6 @@ <h2 class="no-num no-ref heading settled" id=property-index><span class=content>
805807

806808
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue><a class=css data-link-for=display-outside data-link-type=maybe href=#valdef-display-outside-contents title=contents>contents</a> currently only has an effect on box generation and layout.
807809
Other things that care about the document tree are unaffected, like counter scopes.
808-
Is this what we want?<a href=#issue-1cacf007></a></div><div class=issue>Define handling of whitespace containing out-of-flow elements between run-ins,
810+
Is this what we want?<a href=#issue-1cacf007></a></div><div class=issue>Move the definition of recursive inlinification from Ruby to here.<a href=#issue-d4a1c253></a></div><div class=issue>Define handling of whitespace containing out-of-flow elements between run-ins,
809811
run-ins that contain block-level content (<a data-link-type=dfn href=#inlinify title=inlinify>inlinify</a> the contents recursively?),
810812
and anything else in bz’s feedback.<a href=#issue-803bbb08></a></div></div>

0 commit comments

Comments
 (0)