Skip to content

Commit 4df4ad6

Browse files
committed
[css-display] Add changes section
1 parent 2a42b4f commit 4df4ad6

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ Controlling box generation: the 'box-suppress' property</h2>
417417
must work as normal on this element and its descendants.
418418
</dl>
419419

420+
Issue: We welcome better naming suggestions on this property.
421+
420422
<h2 id='run-in'>
421423
Run-In Layout</h2>
422424

@@ -493,6 +495,8 @@ Run-In Layout</h2>
493495
Issue: Should out-of-flow elements get reparented, left behind, or break apart the sequence?
494496
<a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0257.html">See thread.</a>
495497

498+
Note: This run-in model is slightly different from the one proposed in earlier revisions of [[!CSS21]].
499+
496500
<h2 id='glossary'>
497501
Glossary</h2>
498502

@@ -577,3 +581,18 @@ Acknowledgments</h2>
577581
We would also like to thank the many JavaScript libraries such as jQuery
578582
which have hacked around the "what 'display' should I give it when you call .show()?" problem,
579583
making it extremely clear that something needed to be done on our part.
584+
585+
<h2 class=no-num id="changes">
586+
Changes</h2>
587+
588+
Changes since the <a href="http://www.w3.org/TR/2014/WD-css-display-3-20140220/">20 Feburary 2014 Working Draft</a> include:
589+
590+
<ul>
591+
<li>Renamed <css>display-box</css> to 'box-suppress' and <css>display-extras</css> to 'display-list'.
592+
<li>Moved the ''display-outside/contents'' value from 'box-suppress' to 'display-outside'.
593+
<li>Added ''hide'' value to 'box-suppress'.
594+
<li>Added <a>blockification</a> and <a>inlinification</a> rules.
595+
<li>Added ''display: run-in'' and defined its layout in [[#run-in]].
596+
<li>Various editorial improvements.
597+
<li>Added [[#glossary]], incorporating key CSS2.1 terms.
598+
</ul>

css-display/Overview.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ <h2 class="no-num no-toc no-ref heading settled" id=contents><span class=content
128128
<li><a href=#run-in><span class=secno>4</span> Run-In Layout</a>
129129
<li><a href=#glossary><span class=secno>5</span> Glossary</a>
130130
<li><a href=#acknowledgments><span class=secno></span> Acknowledgments</a>
131+
<li><a href=#changes><span class=secno></span> Changes</a>
131132
<li><a href=#conformance><span class=secno></span> Conformance</a>
132133
<ul class=toc>
133134
<li><a href=#conventions><span class=secno></span> Document conventions</a>
@@ -506,6 +507,8 @@ <h2 class="heading settled" data-level=3 id=box-suppress><span class=secno>3 </s
506507
must work as normal on this element and its descendants.</p>
507508
</dl>
508509

510+
<p class=issue id=issue-f3da3890><a class=self-link href=#issue-f3da3890></a>We welcome better naming suggestions on this property.</p>
511+
509512
<h2 class="heading settled" data-level=4 id=run-in><span class=secno>4 </span><span class=content>
510513
Run-In Layout</span><a class=self-link href=#run-in></a></h2>
511514

@@ -579,6 +582,8 @@ <h2 class="heading settled" data-level=4 id=run-in><span class=secno>4 </span><s
579582
<p class=issue id=issue-0c2c54c6><a class=self-link href=#issue-0c2c54c6></a>Should out-of-flow elements get reparented, left behind, or break apart the sequence?
580583
<a href=http://lists.w3.org/Archives/Public/www-style/2012Aug/0257.html>See thread.</a></p>
581584

585+
<p class=note>Note: This run-in model is slightly different from the one proposed in earlier revisions of <a data-biblio-type=normative data-link-type=biblio href=#biblio-css21 title=biblio-CSS21>[CSS21]</a>.</p>
586+
582587
<h2 class="heading settled" data-level=5 id=glossary><span class=secno>5 </span><span class=content>
583588
Glossary</span><a class=self-link href=#glossary></a></h2>
584589

@@ -664,6 +669,23 @@ <h2 class="no-num heading settled" id=acknowledgments><span class=content>
664669
which have hacked around the "what <a class=property data-link-type=propdesc href=#propdef-display title=display>display</a> should I give it when you call .show()?" problem,
665670
making it extremely clear that something needed to be done on our part.</p>
666671

672+
<h2 class="no-num heading settled" id=changes><span class=content>
673+
Changes</span><a class=self-link href=#changes></a></h2>
674+
675+
<p>Changes since the <a href=http://www.w3.org/TR/2014/WD-css-display-3-20140220/>20 Feburary 2014 Working Draft</a> include:</p>
676+
677+
<ul>
678+
<li>Renamed <span class=css>display-box</span> to <a class=property data-link-type=propdesc href=#propdef-box-suppress title=box-suppress>box-suppress</a> and <span class=css>display-extras</span> to <a class=property data-link-type=propdesc href=#propdef-display-list title=display-list>display-list</a>.
679+
<li>Moved the <a class=css data-link-for=display-outside data-link-type=maybe href=#valdef-display-outside-contents title=contents>contents</a> value from <a class=property data-link-type=propdesc href=#propdef-box-suppress title=box-suppress>box-suppress</a> to <a class=property data-link-type=propdesc href=#propdef-display-outside title=display-outside>display-outside</a>.
680+
<li>Added <a class=css data-link-type=maybe href=#valdef-box-suppress-hide title=hide>hide</a> value to <a class=property data-link-type=propdesc href=#propdef-box-suppress title=box-suppress>box-suppress</a>.
681+
<li>Added <a data-link-type=dfn href=#blockify title=blockification>blockification</a> and <a data-link-type=dfn href=#inlinify title=inlinification>inlinification</a> rules.
682+
<li>Added <a class=css data-link-type=propdesc href=#propdef-display title=display>display: run-in</a> and defined its layout in <a data-section="" href=#run-in>§4
683+
Run-In Layout</a>.
684+
<li>Various editorial improvements.
685+
<li>Added <a data-section="" href=#glossary>§5
686+
Glossary</a>, incorporating key CSS2.1 terms.
687+
</ul>
688+
667689
<h2 class="no-ref no-num heading settled" id=conformance><span class=content>
668690
Conformance</span><a class=self-link href=#conformance></a></h2>
669691

@@ -905,5 +927,5 @@ <h2 class="no-num no-ref heading settled" id=property-index><span class=content>
905927

906928
<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.
907929
Other things that care about the document tree are unaffected, like counter scopes.
908-
Is this what we want?<a href=#issue-1cacf007></a></div><div class=issue>Should out-of-flow elements get reparented, left behind, or break apart the sequence?
930+
Is this what we want?<a href=#issue-1cacf007></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?
909931
<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)