Skip to content

Commit 241fa6c

Browse files
committed
[css-display] Export inlinification/blockification terms.
1 parent 828117a commit 241fa6c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

css-display/Overview.bs

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ The 'display' shorthand property</h3>
352352
<h3 id='transformations'>
353353
Automatic Box Type Transformations</h3>
354354

355-
Some layout effects require <dfn title="blockify|blockification">blockification</dfn>
356-
or <dfn title="inlinify|inlinification">inlinification</dfn> of the box type,
355+
Some layout effects require <dfn export title="blockify|blockification">blockification</dfn>
356+
or <dfn export title="inlinify|inlinification">inlinification</dfn> of the box type,
357357
causing the box’s 'display-outside' property, if it is not ''display-outside/none'' or ''display-outside/contents'',
358358
to compute to ''block-level'' or ''inline-level'' (respectively).
359359

css-display/Overview.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ <h2 class="no-num no-toc no-ref heading settled" id=status><span class=content>S
7373
instructions for disclosing a patent. An individual who has actual
7474
knowledge of a patent which the individual believes contains <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential>Essential
7575
Claim(s)</a> must disclose the information in accordance with <a href=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section
76-
6 of the W3C Patent Policy</a>.
77-
<p>This document is governed by the <a id="w3c_process_revision" href="http://www.w3.org/2014/Process-20140801/">1 August 2014 W3C Process Document</a>. </p>
78-
</div>
76+
6 of the W3C Patent Policy</a>.</div>
7977
<div data-fill-with=at-risk></div>
8078

8179
<h2 class="no-num no-toc no-ref heading settled" id=contents><span class=content>Table of Contents</span></h2>
@@ -415,8 +413,8 @@ <h3 class="heading settled" data-level=2.4 id=the-display><span class=secno>2.4
415413
<h3 class="heading settled" data-level=2.5 id=transformations><span class=secno>2.5 </span><span class=content>
416414
Automatic Box Type Transformations</span><a class=self-link href=#transformations></a></h3>
417415

418-
<p>Some layout effects require <dfn data-dfn-type=dfn data-noexport="" id=blockify title=blockify|blockification>blockification<a class=self-link href=#blockify></a></dfn>
419-
or <dfn data-dfn-type=dfn data-noexport="" id=inlinify title=inlinify|inlinification>inlinification<a class=self-link href=#inlinify></a></dfn> of the box type,
416+
<p>Some layout effects require <dfn data-dfn-type=dfn data-export="" id=blockify title=blockify|blockification>blockification<a class=self-link href=#blockify></a></dfn>
417+
or <dfn data-dfn-type=dfn data-export="" id=inlinify title=inlinify|inlinification>inlinification<a class=self-link href=#inlinify></a></dfn> of the box type,
420418
causing the box’s <a class=property data-link-type=propdesc href=#propdef-display-outside title=display-outside>display-outside</a> property, if it is not <a class=css data-link-for=display-outside data-link-type=maybe href=#valdef-display-outside-none title=none>none</a> or <a class=css data-link-for=display-outside data-link-type=maybe href=#valdef-display-outside-contents title=contents>contents</a>,
421419
to compute to <a class=css data-link-type=maybe href=#valdef-display-outside-block-level title=block-level>block-level</a> or <a class=css data-link-type=maybe href=#valdef-display-outside-inline-level title=inline-level>inline-level</a> (respectively).</p>
422420

@@ -902,4 +900,4 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
902900
Other things that care about the document tree are unaffected, like counter scopes.
903901
Is this what we want?<a href=#issue-1cacf007></a></div><div class=issue>This needs more clarity about what "layout-related" and "participates in layout" means.
904902
Does the box still generate anonymous boxes, etc.?<a href=#issue-56fc4c99></a></div><div class=issue>How does this affect speech? Is that "layout"?<a href=#issue-4db8bb03></a></div><div class=issue>We welcome better naming suggestions on this property.<a href=#issue-f3da3890></a></div><div class=issue>Should out-of-flow elements get reparented, left behind, or break apart the sequence?
905-
<a href=http://lists.w3.org/Archives/Public/www-style/2012Aug/0257.html>See thread.</a><a href=#issue-0c2c54c6></a></div><div class=issue>wordsmith this.<a href=#issue-3b09a388></a></div></div>
903+
<a href=http://lists.w3.org/Archives/Public/www-style/2012Aug/0257.html>See thread.</a><a href=#issue-0c2c54c6></a></div><div class=issue>wordsmith this.<a href=#issue-3b09a388></a></div></div>

0 commit comments

Comments
 (0)