Skip to content

Commit f1d3f99

Browse files
committed
[CSS21] Version of CSS 2.1 REC with new red warning boxes
1 parent 5cecedf commit f1d3f99

File tree

337 files changed

+118250
-3580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+118250
-3580
lines changed

css-box/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cdate ?= $(date)
4444
@touch $@
4545
@curl -o $@ -s -L -F file=@$< -F md-date=$(cdate) -F md-status=$(status) \
4646
-F output=err -F paragraph=$(markup) $(opts) http://api.csswg.org/bikeshed/
47+
@sed -i 's/\\033\[[0-9;]*m//g' $@
4748

4849
# For Dispositions of Comments in css3-background:
4950
%.html: %.txt; awk -f issues-txt-to-html.awk $< >$@
@@ -63,7 +64,9 @@ all: check $(target).html
6364
# egrep will exit with a zero exit code if there is anything left
6465
check: $(target).err
6566
@cat $<
66-
@if egrep -qv '^(Warning:|\(Processed in .* seconds\)|No errors)' $<;\
67+
@echo
68+
@if egrep -qv '^(Warning:|\(Processed in .* seconds\)|No errors)' $< &&\
69+
! egrep -q '[^A-Z]* Successfully generated' $<;\
6770
then false; else true; fi
6871

6972

css-device-adapt/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Shortname: css-device-adapt
55
Group: CSSWG
66
Status: ED
77
Work Status: Exploring
8-
TR: https://www.w3.org/TR/css-device-adapt/
8+
TR: http://www.w3.org/TR/css-device-adapt-1/
99
ED: https://drafts.csswg.org/css-device-adapt/
10-
Previous Version: https://www.w3.org/TR/2011/WD-css-device-adapt-20110915/
10+
Previous Version: http://www.w3.org/TR/2015/WD-css-device-adapt-1-20151126/
1111
Editor: Rune Lillesveen, Opera Software, rune@opera.com
1212
Editor: Florian Rivoal, Vivliostyle, florian@rivoal.net, http://vivliostyle.com
1313
Editor: Matt Rakow, Microsoft
@@ -1463,5 +1463,5 @@ This appendix describes changes from the
14631463
<li>Allow 0 for <<viewport-length>> and '@viewport/zoom' values
14641464
<li>Removed support for device-width/height.
14651465
<li>Apply @viewport to top level document only.
1466-
<li>Extend [[!css3-conditional]] rather than CSS21 for nesting in @media.
1466+
<li>Extend [[!CSS3-CONDITIONAL]] rather than CSS21 for nesting in @media.
14671467
</ul>

css-snappoints/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Title: CSS Scroll Snap Points Module Level 1
33
Group: csswg
44
Shortname: css-snappoints
5-
TR: https://www.w3.org/TR/css-snappoints-1/
5+
TR: http://www.w3.org/TR/css-snappoints-1/
66
Level: 1
77
Status: ED
8+
Previous Version: http://www.w3.org/TR/2015/WD-css-snappoints-1-20150326/
89
Work Status: Exploring
910
ED: https://drafts.csswg.org/css-snappoints/
1011
Editor: Matt Rakow, Microsoft

css-snappoints/Overview.html

+287-207
Large diffs are not rendered by default.

css-template/Overview.html

+225-248
Large diffs are not rendered by default.

css2/about.html

+34-36
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
<HEAD>
66
<TITLE>About the CSS&nbsp;2.2 Specification</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
8+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED.css" type="text/css">
99
<link rel="prev" href="cover.html">
1010
<link rel="next" href="intro.html">
1111
<link rel="contents" href="cover.html#minitoc">
1212
<link rel="CSS-properties" href="propidx.html" title="properties">
1313
<link rel="index" href="indexlist.html" title="index">
1414
<link rel="first" href="cover.html">
15+
<script type="text/javascript" src="//www.w3.org/scripts/TR/2016/fixup.js"></script>
16+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1517

1618
</HEAD>
1719
<BODY>
@@ -25,30 +27,30 @@
2527
<hr class="navbar">
2628

2729
<H1><a name="q0">1 About the CSS&nbsp;2.2 Specification</a></H1>
28-
<div class="subtoc">
30+
<div id="toc" class="subtoc">
2931
<p><strong>Contents</strong>
3032
<ul class="toc">
31-
<li class="tocline2"><a href="about.html#css2.2-v-css2" class="tocxref">1.1 CSS&nbsp;2.2 vs CSS&nbsp;2</a>
32-
<li class="tocline2"><a href="about.html#reading" class="tocxref">1.2 Reading the specification</a>
33-
<li class="tocline2"><a href="about.html#organization" class="tocxref">1.3 How the specification is organized</a>
34-
<li class="tocline2"><a href="about.html#conventions" class="tocxref">1.4 Conventions</a>
33+
<li><a href="about.html#css2.2-v-css2" class="tocxref">1.1 CSS&nbsp;2.2 vs CSS&nbsp;2</a>
34+
<li><a href="about.html#reading" class="tocxref">1.2 Reading the specification</a>
35+
<li><a href="about.html#organization" class="tocxref">1.3 How the specification is organized</a>
36+
<li><a href="about.html#conventions" class="tocxref">1.4 Conventions</a>
3537
<ul class="toc">
36-
<li class="tocline3"><a href="about.html#doc-language" class="tocxref">1.4.1 Document language elements and attributes</a>
37-
<li class="tocline3"><a href="about.html#property-defs" class="tocxref">1.4.2 CSS property definitions</a>
38+
<li><a href="about.html#doc-language" class="tocxref">1.4.1 Document language elements and attributes</a>
39+
<li><a href="about.html#property-defs" class="tocxref">1.4.2 CSS property definitions</a>
3840
<ul class="toc">
39-
<li class="tocline4"><a href="about.html#value-defs" class="tocxref">1.4.2.1 Value</a>
40-
<li class="tocline4"><a href="about.html#initial-value" class="tocxref">1.4.2.2 Initial</a>
41-
<li class="tocline4"><a href="about.html#applies-to" class="tocxref">1.4.2.3 Applies to</a>
42-
<li class="tocline4"><a href="about.html#inherited-prop" class="tocxref">1.4.2.4 Inherited</a>
43-
<li class="tocline4"><a href="about.html#percentage-wrt" class="tocxref">1.4.2.5 Percentage values</a>
44-
<li class="tocline4"><a href="about.html#media-applies" class="tocxref">1.4.2.6 Media groups</a>
45-
<li class="tocline4"><a href="about.html#computed-defs" class="tocxref">1.4.2.7 Computed value</a>
41+
<li><a href="about.html#value-defs" class="tocxref">1.4.2.1 Value</a>
42+
<li><a href="about.html#initial-value" class="tocxref">1.4.2.2 Initial</a>
43+
<li><a href="about.html#applies-to" class="tocxref">1.4.2.3 Applies to</a>
44+
<li><a href="about.html#inherited-prop" class="tocxref">1.4.2.4 Inherited</a>
45+
<li><a href="about.html#percentage-wrt" class="tocxref">1.4.2.5 Percentage values</a>
46+
<li><a href="about.html#media-applies" class="tocxref">1.4.2.6 Media groups</a>
47+
<li><a href="about.html#computed-defs" class="tocxref">1.4.2.7 Computed value</a>
4648
</ul>
47-
<li class="tocline3"><a href="about.html#shorthand" class="tocxref">1.4.3 Shorthand properties</a>
48-
<li class="tocline3"><a href="about.html#notes-and-examples" class="tocxref">1.4.4 Notes and examples</a>
49-
<li class="tocline3"><a href="about.html#images-and-longdesc" class="tocxref">1.4.5 Images and long descriptions</a>
49+
<li><a href="about.html#shorthand" class="tocxref">1.4.3 Shorthand properties</a>
50+
<li><a href="about.html#notes-and-examples" class="tocxref">1.4.4 Notes and examples</a>
51+
<li><a href="about.html#images-and-longdesc" class="tocxref">1.4.5 Images and long descriptions</a>
5052
</ul>
51-
<li class="tocline2"><a href="about.html#acknowledgements" class="tocxref">1.5 Acknowledgments</a>
53+
<li><a href="about.html#acknowledgements" class="tocxref">1.5 Acknowledgments</a>
5254
</ul>
5355
</div>
5456

@@ -84,8 +86,8 @@ <h2>1.1 <a name="css2.2-v-css2">CSS&nbsp;2.2 vs CSS&nbsp;2</a></h2>
8486
<li>Removing CSS2 features that will be obsoleted by CSS3, thus
8587
encouraging adoption of the proposed CSS3 features in their place.
8688

87-
<li>Adding a (very) small number of <a href="changes.html#new">new
88-
property values,</a> when implementation experience has shown that
89+
<li>Adding a (very) small number of new
90+
property values, when implementation experience has shown that
8991
they are needed for implementing CSS2.
9092
</ul>
9193

@@ -185,22 +187,18 @@ <H3>1.4.2 <a name="property-defs">CSS property definitions</a></H3>
185187
<P>Each CSS property definition begins with a summary of key
186188
information that resembles the following:</p>
187189

188-
<div class="propdef">
189-
<dl><dt>
190-
<span class="index-def" title="'property-name'"><a name="propdef-property-name" class="propdef-title"><strong>'property-name'</strong></a></span>
191-
<dd>
192-
<table class="propinfo" cellspacing=0 cellpadding=0>
193-
<tr valign=baseline><td><em>Value:</em>&nbsp;&nbsp;<td>legal values &amp; syntax
194-
<tr valign=baseline><td><em>Initial:</em>&nbsp;&nbsp;<td>initial value
195-
<tr valign=baseline><td><em>Applies to:</em>&nbsp;&nbsp;<td>elements this property applies to
196-
<tr valign=baseline><td><em>Inherited:</em>&nbsp;&nbsp;<td>whether the property is inherited
197-
<tr valign=baseline><td><em>Percentages:</em>&nbsp;&nbsp;<td>how percentage values are interpreted
198-
<tr valign=baseline><td><em>Media:</em>&nbsp;&nbsp;<td>which media groups the property applies to
199-
<tr valign=baseline><td><em>Computed&nbsp;value:</em>&nbsp;&nbsp;<td>how to compute the computed value
190+
<table class="def propdef">
191+
<tbody>
192+
<tr>
193+
<th>Name:
194+
<td><a name="x0"><span class="index-def" title="'property-name'"><dfn id="propdef-property-name">property-name</dfn></span></a><tr><th>Value:<td>legal values &amp; syntax
195+
<tr><th>Initial:<td>initial value
196+
<tr><th>Applies to:<td>elements this property applies to
197+
<tr><th>Inherited:<td>whether the property is inherited
198+
<tr><th>Percentages:<td>how percentage values are interpreted
199+
<tr><th>Media:<td>which media groups the property applies to
200+
<tr><th>Computed&nbsp;value:<td>how to compute the computed value
200201
</table>
201-
</dl>
202-
</div>
203-
204202

205203
<h4>1.4.2.1 <a name="value-defs">Value</a></h4>
206204

0 commit comments

Comments
 (0)