Skip to content

Commit 9973a30

Browse files
committed
Updated the list of people in the acknowledgment section
1 parent a89bc1c commit 9973a30

2 files changed

Lines changed: 80 additions & 36 deletions

File tree

css3-regions/Overview.html

Lines changed: 50 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,14 @@
224224

225225
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
226226

227-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
227+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 February
228228
2012</h2>
229229

230230
<dl>
231231
<dt>This version:
232232

233233
<dd><a
234-
href="http://www.w3.org/TR/2012/ED-css3-regions-20120204/">http://www.w3.org/csswg/css3-regions</a>
234+
href="http://www.w3.org/TR/2012/ED-css3-regions-20120206/">http://www.w3.org/csswg/css3-regions</a>
235235

236236
<dt>Latest version:
237237

@@ -593,9 +593,10 @@ <h3 id=named-flows-and-regions><span class=secno>1.1. </span>Named flows
593593
as regions as shown in the previous code snippet.
594594

595595
<div class=note>
596-
<p>While the example uses elements as regions, it is important to note
597-
that this is not required for regions. Regions can be pseudo-elements,
598-
such as &lsquo;<code class=css>::before</code>&rsquo; and &lsquo;<code
596+
<p>While the example uses elements as regions (since [CSS3-GRID-LAYOUT]
597+
requires elements to create grid items) it is important to note that this
598+
is not required for regions. Regions can be pseudo-elements, such as
599+
&lsquo;<code class=css>::before</code>&rsquo; and &lsquo;<code
599600
class=css>::after</code>&rsquo;. The only requirement for an element or
600601
pseudo-element to become a region is that it needs to be subject to CSS
601602
styling to receive the &lsquo;<a href="#flow-from"><code
@@ -2503,31 +2504,61 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
25032504
during its development and specification review process:
25042505

25052506
<ul>
2506-
<li>Rossen Atanassov, Microsoft Corporation.
2507+
<li>Rossen Atanassov
25072508

2508-
<li>Andrei Bucur, Adobe Systems, Inc.
2509+
<li>Andrei Bucur
25092510

2510-
<li>Alexandru Chiculita, Adobe Systems, Inc.
2511+
<li>Alexandru Chiculita
25112512

2512-
<li>Arno Gourdol, Adobe Systems, Inc.
2513+
<li>Phil Cupp
25132514

2514-
<li>Håkon Wium Lie, Opera Software.
2515+
<li>Arron Eicholz
25152516

2516-
<li>Mihnea Ovidenie, Adobe Systems, Inc.
2517+
<li>John Jansen
25172518

2518-
<li>Virgil Palanciuc, Adobe Systems, Inc.
2519+
<li>Arno Gourdol
2520+
2521+
<li>David Hyatt
2522+
2523+
<li>Brian Heuston
2524+
2525+
<li>Ian Hickson
2526+
2527+
<li>Jonathan Hoersch
2528+
2529+
<li>Michael Jolson
2530+
2531+
<li>Brad Kemper
2532+
2533+
<li>Håkon Wium Lie
2534+
2535+
<li>Markus Mielke
2536+
2537+
<li>Robert O'Callahan
2538+
2539+
<li>Edward O'Connor
2540+
2541+
<li>Mihnea Ovidenie
2542+
2543+
<li>Virgil Palanciuc
2544+
2545+
<li>Olga Popiv
25192546

25202547
<li>Christoph Päper
25212548

2522-
<li>Anton Prowse, Invited Expert.
2549+
<li>Anton Prowse
2550+
2551+
<li>Peter Sorotokin
2552+
2553+
<li>Alan Stearns
25232554

2524-
<li>Peter Sorotokin, Adobe Systems, Inc.
2555+
<li>Christian Stockwell
25252556

2526-
<li>Alan Stearns, Adobe Systems, Inc.
2557+
<li>Eugene Veselov
25272558

2528-
<li>Stephen Zilles, Adobe Systems, Inc.
2559+
<li> Boris Zbarsky
25292560

2530-
<li>David Hyatt, Apple Inc.
2561+
<li>Stephen Zilles
25312562
</ul>
25322563

25332564
<h2 class=no-num id=references>References</h2>
@@ -2757,10 +2788,8 @@ <h2 class=no-num id=property-index>Property index</h2>
27572788
<p class=short-desc>{{short_desc}}</p>
27582789
</div>
27592790
</div>
2760-
<!--
2761-
<script type="text/javascript" src="BugzillaTracker.js"></script>
2762-
<script type="text/javascript" src="BugzillaTrackerCSSRegions.js"></script>
2763-
-->
2791+
<script src=BugzillaTracker.js type="text/javascript"></script>
2792+
<script src=BugzillaTrackerCSSRegions.js type="text/javascript"></script>
27642793

27652794
<div id=issue-manager>
27662795
<h2 id=issue-manager0><span class=secno>11. </span>Issue manager</h2>

css3-regions/Overview.src.html

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ <h3 id="named-flows-and-regions">Named flows and regions</h3>
450450

451451

452452
<div class="note">
453-
<p>While the example uses elements as regions, it is important to note that
453+
<p>While the example uses elements as regions (since [CSS3-GRID-LAYOUT] requires
454+
elements to create grid items) it is important to note that
454455
this is not required for regions. Regions can be pseudo-elements,
455456
such as '::before' and '::after'. The only requirement for an element
456457
or pseudo-element to become a region is that it needs to be subject to
@@ -2029,19 +2030,34 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
20292030
either during the conception of CSS regions or during its development and specification review
20302031
process:</p>
20312032
<ul>
2032-
<li>Rossen Atanassov, Microsoft Corporation.</li>
2033-
<li>Andrei Bucur, Adobe Systems, Inc.</li>
2034-
<li>Alexandru Chiculita, Adobe Systems, Inc.</li>
2035-
<li>Arno Gourdol, Adobe Systems, Inc.</li>
2036-
<li>Håkon Wium Lie, Opera Software.</li>
2037-
<li>Mihnea Ovidenie, Adobe Systems, Inc.</li>
2038-
<li>Virgil Palanciuc, Adobe Systems, Inc.</li>
2033+
<li>Rossen Atanassov</li>
2034+
<li>Andrei Bucur</li>
2035+
<li>Alexandru Chiculita</li>
2036+
<li>Phil Cupp</li>
2037+
<li>Arron Eicholz</li>
2038+
<li>John Jansen</li>
2039+
<li>Arno Gourdol</li>
2040+
<li>David Hyatt</li>
2041+
<li>Brian Heuston</li>
2042+
<li>Ian Hickson</li>
2043+
<li>Jonathan Hoersch</li>
2044+
<li>Michael Jolson</li>
2045+
<li>Brad Kemper</li>
2046+
<li>Håkon Wium Lie</li>
2047+
<li>Markus Mielke</li>
2048+
<li>Robert O'Callahan</li>
2049+
<li>Edward O'Connor</li>
2050+
<li>Mihnea Ovidenie</li>
2051+
<li>Virgil Palanciuc</li>
2052+
<li>Olga Popiv</li>
20392053
<li>Christoph Päper</li>
2040-
<li>Anton Prowse, Invited Expert.</li>
2041-
<li>Peter Sorotokin, Adobe Systems, Inc.</li>
2042-
<li>Alan Stearns, Adobe Systems, Inc.</li>
2043-
<li>Stephen Zilles, Adobe Systems, Inc.</li>
2044-
<li>David Hyatt, Apple Inc.</li>
2054+
<li>Anton Prowse</li>
2055+
<li>Peter Sorotokin</li>
2056+
<li>Alan Stearns</li>
2057+
<li>Christian Stockwell</li>
2058+
<li>Eugene Veselov</li>
2059+
<li> Boris Zbarsky</li>
2060+
<li>Stephen Zilles</li>
20452061
</ul>
20462062

20472063
<h2 class="no-num" id="references">References</h2>
@@ -2066,10 +2082,9 @@ <h2 class="no-num" id="property-index">Property index</h2>
20662082
</div>
20672083
</script>
20682084

2069-
<!--
20702085
<script type="text/javascript" src="BugzillaTracker.js"></script>
20712086
<script type="text/javascript" src="BugzillaTrackerCSSRegions.js"></script>
2072-
-->
2087+
20732088

20742089
<div id="issue-manager">
20752090
<h2>Issue manager</h2>

0 commit comments

Comments
 (0)