Skip to content

Commit fc3f422

Browse files
committed
Add Group metadata to all Bikeshedded specs.
1 parent 373f798 commit fc3f422

File tree

15 files changed

+1506
-1491
lines changed

15 files changed

+1506
-1491
lines changed

css-cascade/Overview.src.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ <h1>CSS Cascading and Inheritance Level 3</h1>
44
Shortname: css-cascade
55
Level: 3
66
Status: CR
7+
Group: csswg
78
ED: http://dev.w3.org/csswg/css-cascade/
89
TR: http://www.w3.org/TR/css-cascade-3/
910
Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
@@ -44,7 +45,7 @@ <h2 id="at-import">
4445
Importing Style Sheets: the ''@import'' rule</h2>
4546

4647
<p>
47-
The <dfn>''@import''</dfn> rule allows users to import style rules from other style sheets.
48+
The <dfn>''@import''</dfn> rule allows users to import style rules from other style sheets.
4849
Any ''@import'' rules must precede all other at-rules and style rules in a style sheet
4950
(besides ''@charset'', which must be the first thing in the style sheet if it exists),
5051
or else the ''@import'' rule is invalid.
@@ -369,7 +370,7 @@ <h3 id="computed">
369370
certain keywords
370371
(e.g., ''smaller'', ''bolder'')
371372
must be replaced according to their definitions
372-
373+
373374
<li>
374375
percentages on some properties must be multiplied by a reference value
375376
(defined by the property)

css-color/Overview.src.html

+78-77
Large diffs are not rendered by default.

css-containment/Overview.src.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ <h1>CSS Overflow Clipping Module Level 3</h1>
44
Level: 3
55
Shortname: css-overflow-clipping
66
Status: ED
7+
Group: csswg
78
ED: http://dev.w3.org/csswg/css-overflow-clipping/
89
Editor: Tab Atkins, Google, http://xanthir.com/contact/
910
Abstract: This CSS module describes the ''clip'' value for the 'overflow' property, which is similar to the ''hidden'' value, but imposes stricter constraints on the element.
@@ -69,4 +70,4 @@ <h2 id='overflow-clip'>
6970
For example, forming a fixpos containing block would mean that fixpos becomes an abspos that "pierces through" most containing blocks,
7071
only being stopped by these more powerful blocks.
7172
That seems like it might be useful in general.
72-
</div>
73+
</div>

css-counter-styles/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ <h1>CSS Counter Styles Level 3</h1>
44
Shortname: css-counter-styles
55
Level: 3
66
Status: ED
7+
Group: csswg
78
ED: http://dev.w3.org/csswg/css-counter-styles/
89
TR: http://w3.org/TR/css-counter-styles-3/
910
Previous Version: http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/

css-display/Overview.src.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ <h1>CSS Display Module Level 3</h1>
44
Status: ED
55
ED: http://dev.w3.org/csswg/css-display
66
Shortname: css-display
7+
Group: csswg
78
Level: 3
89
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
910
Abstract: This module contains the features of CSS relating to the 'display' property and other box-generation details.
@@ -50,7 +51,7 @@ <h3 id="values">
5051
definition conventions</a> from [[!CSS21]]. Value types not defined in
5152
this specification are defined in CSS Level 2 Revision 1 [[!CSS21]].
5253
Other CSS modules may expand the definitions of these value types.
53-
54+
5455
In addition to the property-specific values listed in their definitions,
5556
all properties defined in this specification also accept the
5657
<a href="http://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a>
@@ -263,7 +264,7 @@ <h3 id='the-display'>
263264
<p>
264265
The single-keyword values listed explicitly in the grammar above are handled specially,
265266
for legacy reasons.
266-
All other single-keyword values,
267+
All other single-keyword values,
267268
and all other values in general,
268269
are handled as normal for shorthands.
269270

@@ -376,7 +377,7 @@ <h2 id='the-display-box'>
376377
<dl>
377378
<dt><dfn id='display-box-normal'>normal</dfn>
378379
<dd>
379-
The element generates boxes as normal,
380+
The element generates boxes as normal,
380381
per its other 'display-*' properties.
381382

382383
<dt><dfn id='display-box-none' title='box:none'>none</dfn>
@@ -392,7 +393,7 @@ <h2 id='the-display-box'>
392393
</dl>
393394

394395
<p class='issue'>
395-
Is there a need for a value that suppresses box generation for layout purposes,
396+
Is there a need for a value that suppresses box generation for layout purposes,
396397
but still generates them for the purposes of animations/counters/etc.?
397398

398399
<p class='issue'>
@@ -414,4 +415,4 @@ <h2 class=no-num id="acknowledgments">
414415
whose last attempt with 'display-model' and 'display-role' didn't get anywhere,
415416
but primed us for the current spec.
416417

417-
We would also like to thank the many JavaScript libraries such as jQuery which have hacked around the "what 'display' should I give it when you call .show()?" problem, making it extremely clear that something needed to be done on our part.
418+
We would also like to thank the many JavaScript libraries such as jQuery which have hacked around the "what 'display' should I give it when you call .show()?" problem, making it extremely clear that something needed to be done on our part.

css-flexbox/Overview.src.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ <h1>CSS Flexible Box Layout Module Level 1</h1>
44
Shortname: css-flexbox
55
Level: 1
66
Status: ED
7+
Group: csswg
78
ED: http://dev.w3.org/csswg/css-flexbox/
89
TR: http://www.w3.org/TR/css3-flexbox/
910
Previous Version: http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/

css-grid/Overview.src.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ <h1>CSS Grid Layout Module Level 1</h1>
22

33
<pre class='metadata'>
44
Status: ED
5+
Shortname: css-grid
6+
Level: 1
7+
Group: csswg
58
ED: http://dev.w3.org/csswg/css-grid/
69
TR: http://www.w3.org/TR/css3-grid-layout/
710
Previous version: http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/
811
Previous version: http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/
9-
Shortname: css-grid
10-
Level: 1
1112
Editor: Tab Atkins Jr., Google, http://www.xanthir.com/contact/
1213
Editor: fantasai, Mozilla, http://fantasai.inkedblade.net/contact
1314
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com

0 commit comments

Comments
 (0)