Skip to content

Commit 2a42b4f

Browse files
committed
[css-display] Update Acks
1 parent ac97add commit 2a42b4f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

css-display/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Level: 3
99
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1010
Editor: fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
1111
Abstract: This module contains the features of CSS relating to the 'display' property and other box-generation details.
12-
Ignored Terms: display-model, display-role, table row group box, formatting context
12+
Ignored Terms: display-model, display-role, table row group box, formatting context, ruby container
1313
Link Defaults: css-lists-3 (property) counter-increment
1414
</pre>
1515

@@ -570,7 +570,9 @@ Acknowledgments</h2>
570570
We would like to thank the many people who have attempted to separate out the disparate details of box generation over the years,
571571
most particularly Bert Bos,
572572
whose last attempt with 'display-model' and 'display-role' didn't get anywhere,
573-
but primed us for the current spec.
573+
but primed us for the current spec,
574+
and Anton Prowse,
575+
whose relentless assault on CSS2.1 Chapter 9 forced some order out of the chaos.
574576

575577
We would also like to thank the many JavaScript libraries such as jQuery
576578
which have hacked around the "what 'display' should I give it when you call .show()?" problem,

css-display/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ <h3 class="heading settled" data-level=2.5 id=transformations><span class=secno>
457457

458458
<ul>
459459
<li>Absolute positioning or floating an element <a data-link-type=dfn href=#blockify title=blockifies>blockifies</a> the box’s display type. <a data-biblio-type=informative data-link-type=biblio href=#biblio-css21 title=biblio-CSS21>[CSS21]</a>
460-
<li>Containment in a <a data-link-spec=css-ruby data-link-type=dfn href=http://dev.w3.org/csswg/css-ruby-1/#ruby-container-box title="ruby container">ruby container</a> <a data-link-type=dfn href=#inlinify title=inlinifies>inlinifies</a> the box’s display type, as described in <a data-biblio-type=informative data-link-type=biblio href=#biblio-css3ruby title=biblio-CSS3RUBY>[CSS3RUBY]</a>.
460+
<li>Containment in a <a data-link-spec=css-ruby data-link-type=dfn title="ruby container">ruby container</a> <a data-link-type=dfn href=#inlinify title=inlinifies>inlinifies</a> the box’s display type, as described in <a data-biblio-type=informative data-link-type=biblio href=#biblio-css3ruby title=biblio-CSS3RUBY>[CSS3RUBY]</a>.
461461
<li>A parent with a <a class=css data-link-for=display-inside data-link-type=maybe href=#valdef-display-inside-grid title=grid>grid</a> or <a class=css data-link-for=display-inside data-link-type=maybe href=#valdef-display-inside-flex title=flex>flex</a> <a class=property data-link-type=propdesc href=#propdef-display-inside title=display-inside>display-inside</a> value <a data-link-type=dfn href=#blockify title=blockifies>blockifies</a> the box’s display type. <a data-biblio-type=informative data-link-type=biblio href=#biblio-css3-grid-layout title=biblio-CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT]</a> <a data-biblio-type=informative data-link-type=biblio href=#biblio-css3-flexbox title=biblio-CSS3-FLEXBOX>[CSS3-FLEXBOX]</a>
462462
</ul>
463463
</div>
@@ -656,7 +656,9 @@ <h2 class="no-num heading settled" id=acknowledgments><span class=content>
656656
<p>We would like to thank the many people who have attempted to separate out the disparate details of box generation over the years,
657657
most particularly Bert Bos,
658658
whose last attempt with <a class=property data-link-type=propdesc title=display-model>display-model</a> and <a class=property data-link-type=propdesc title=display-role>display-role</a> didn’t get anywhere,
659-
but primed us for the current spec.</p>
659+
but primed us for the current spec,
660+
and Anton Prowse,
661+
whose relentless assault on CSS2.1 Chapter 9 forced some order out of the chaos.</p>
660662

661663
<p>We would also like to thank the many JavaScript libraries such as jQuery
662664
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,

0 commit comments

Comments
 (0)