Skip to content

Commit a31a2bf

Browse files
committed
Rename module per discussion at 2012-08-08 teleconference and at F2F on afternoon of 2012-08-13.
1 parent e934afa commit a31a2bf

2 files changed

Lines changed: 89 additions & 65 deletions

File tree

css3-overflow/Overview.html

Lines changed: 76 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang=en>
44
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
55

6-
<title>CSS Region Styling Module Level 3</title>
6+
<title>CSS Overflow Module Level 3</title>
77
<link href="#contents" rel=contents>
88
<link href="#index" rel=index>
99
<link href="../default.css" rel=stylesheet type="text/css">
@@ -114,27 +114,27 @@
114114
<p><a href="http://www.w3.org/"><img alt=W3C height=48
115115
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
116116

117-
<h1>CSS Region Styling Module Level 3</h1>
117+
<h1>CSS Overflow Module Level 3</h1>
118118

119119
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2012</h2>
120120

121121
<dl>
122122
<dt>This version:
123123

124124
<dd><a
125-
href="http://www.w3.org/TR/2012/ED-css3-region-styling-20120816/">http://www.w3.org/TR/2012/ED-css3-region-styling-20120816/</a>
125+
href="http://www.w3.org/TR/2012/ED-css3-overflow-20120816/">http://www.w3.org/TR/2012/ED-css3-overflow-20120816/</a>
126126

127127

128128
<dt>Latest version:
129129

130130
<dd><a
131-
href="http://www.w3.org/TR/css3-region-styling/">http://www.w3.org/TR/css3-region-styling/</a>
131+
href="http://www.w3.org/TR/css3-overflow/">http://www.w3.org/TR/css3-overflow/</a>
132132

133133

134134
<dt>Editor's draft:
135135

136136
<dd><a
137-
href="http://dev.w3.org/csswg/css3-region-styling/">http://dev.w3.org/csswg/css3-region-styling/</a>
137+
href="http://dev.w3.org/csswg/css3-overflow/">http://dev.w3.org/csswg/css3-overflow/</a>
138138
<!--
139139
<dt>Previous version:
140140
<dd><a href="http://www.w3.org/PreviousVersionURI">
@@ -150,7 +150,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2012</h2>
150150

151151
<dd><a
152152
href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
153-
with subject line “<kbd>[css3-region-styling] <var>… message topic
153+
with subject line “<kbd>[css3-overflow] <var>… message topic
154154
</var></kbd>
155155

156156
<dt>Editors:
@@ -203,13 +203,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
203203
<p>The (<a
204204
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
205205
mailing list <a
206-
href="mailto:www-style@w3.org?Subject=%5Bcss3-region-styling%5D%20PUT%20SUBJECT%20HERE">
206+
href="mailto:www-style@w3.org?Subject=%5Bcss3-overflow%5D%20PUT%20SUBJECT%20HERE">
207207
www-style@w3.org</a> (see <a
208208
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
209209
discussion of this specification. When sending e-mail, please put the text
210-
“css3-region-styling” in the subject, preferably like this:
211-
“[<!---->css3-region-styling<!---->] <em>…summary of
212-
comment…</em>
210+
“css3-overflow” in the subject, preferably like this:
211+
“[<!---->css3-overflow<!---->] <em>…summary of comment…</em>
213212

214213
<p>This document was produced by the <a href="/Style/CSS/members">CSS
215214
Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
@@ -235,52 +234,55 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
235234
<ul class=toc>
236235
<li><a href="#intro"><span class=secno>1. </span> Introduction</a>
237236

238-
<li><a href="#paginated-overflow"><span class=secno>2. </span>Paginated
237+
<li><a href="#scrolling-overflow"><span class=secno>2. </span>Scrolling
238+
and hidden overflow</a>
239+
240+
<li><a href="#paginated-overflow"><span class=secno>3. </span>Paginated
239241
overflow</a>
240242

241-
<li><a href="#region-overflow"><span class=secno>3. </span>Region
243+
<li><a href="#region-overflow"><span class=secno>4. </span>Region
242244
overflow</a>
243245
<ul class=toc>
244-
<li><a href="#region-styling"><span class=secno>3.1. </span>Region
246+
<li><a href="#region-styling"><span class=secno>4.1. </span>Region
245247
styling</a>
246248
<ul class=toc>
247-
<li><a href="#region-pseudo-element"><span class=secno>3.1.1.
249+
<li><a href="#region-pseudo-element"><span class=secno>4.1.1.
248250
</span>The ::nth-region() pseudo-element</a>
249251

250-
<li><a href="#style-of-regions"><span class=secno>3.1.2.
252+
<li><a href="#style-of-regions"><span class=secno>4.1.2.
251253
</span>Styling of regions</a>
252254

253-
<li><a href="#style-in-regions"><span class=secno>3.1.3.
255+
<li><a href="#style-in-regions"><span class=secno>4.1.3.
254256
</span>Styling inside regions</a>
255257
</ul>
256258

257-
<li><a href="#max-lines"><span class=secno>3.2. </span>The ‘<code
259+
<li><a href="#max-lines"><span class=secno>4.2. </span>The ‘<code
258260
class=property>max-lines</code>’ property</a>
259261
</ul>
260262

261-
<li><a href="#conformance"><span class=secno>4. </span> Conformance</a>
263+
<li><a href="#conformance"><span class=secno>5. </span> Conformance</a>
262264
<ul class=toc>
263-
<li><a href="#placement"><span class=secno>4.1. </span> Module
265+
<li><a href="#placement"><span class=secno>5.1. </span> Module
264266
interactions</a>
265267

266-
<li><a href="#values"><span class=secno>4.2. </span> Values</a>
268+
<li><a href="#values"><span class=secno>5.2. </span> Values</a>
267269

268-
<li><a href="#conventions"><span class=secno>4.3. </span> Document
270+
<li><a href="#conventions"><span class=secno>5.3. </span> Document
269271
conventions</a>
270272

271-
<li><a href="#conformance-classes"><span class=secno>4.4. </span>
273+
<li><a href="#conformance-classes"><span class=secno>5.4. </span>
272274
Conformance classes</a>
273275

274-
<li><a href="#partial"><span class=secno>4.5. </span> Partial
276+
<li><a href="#partial"><span class=secno>5.5. </span> Partial
275277
implementations</a>
276278

277-
<li><a href="#experimental"><span class=secno>4.6. </span> Experimental
279+
<li><a href="#experimental"><span class=secno>5.6. </span> Experimental
278280
implementations</a>
279281

280-
<li><a href="#testing"><span class=secno>4.7. </span> Non-experimental
282+
<li><a href="#testing"><span class=secno>5.7. </span> Non-experimental
281283
implementations</a>
282284

283-
<li><a href="#cr-exit-criteria"><span class=secno>4.8. </span> CR exit
285+
<li><a href="#cr-exit-criteria"><span class=secno>5.8. </span> CR exit
284286
criteria</a>
285287
</ul>
286288

@@ -338,15 +340,22 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
338340
the CSS Fragmentation Module <a href="#CSS3-BREAK"
339341
rel=biblioentry>[CSS3-BREAK]<!--{{!CSS3-BREAK}}--></a>.
340342

341-
<h2 id=paginated-overflow><span class=secno>2. </span>Paginated overflow</h2>
343+
<h2 id=scrolling-overflow><span class=secno>2. </span>Scrolling and hidden
344+
overflow</h2>
345+
346+
<p class=issue> Move material from <a href="#CSS21"
347+
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a> and <a href="#CSS3BOX"
348+
rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a> here.
349+
350+
<h2 id=paginated-overflow><span class=secno>3. </span>Paginated overflow</h2>
342351

343352
<p class=issue>overflow:paginate or overflow:pages (or paged-x, paged-y,
344353
paged-x-controls, paged-y-controls as css3-gcpm has?)
345354

346355
<p class=issue>Ability to display N pages at once rather than just one page
347356
at once?
348357

349-
<h2 id=region-overflow><span class=secno>3. </span>Region overflow</h2>
358+
<h2 id=region-overflow><span class=secno>4. </span>Region overflow</h2>
350359

351360
<p> This section introduces and defines the meaning of the new ‘<code
352361
class=css>regions</code>’ (<span class=issue>or ‘<code
@@ -434,9 +443,9 @@ <h2 id=region-overflow><span class=secno>3. </span>Region overflow</h2>
434443
</table>
435444
</div>
436445

437-
<h3 id=region-styling><span class=secno>3.1. </span>Region styling</h3>
446+
<h3 id=region-styling><span class=secno>4.1. </span>Region styling</h3>
438447

439-
<h4 id=region-pseudo-element><span class=secno>3.1.1. </span>The
448+
<h4 id=region-pseudo-element><span class=secno>4.1.1. </span>The
440449
::nth-region() pseudo-element</h4>
441450

442451
<p> The ::nth-region() pseudo-element is a pseudo-element that describes
@@ -458,7 +467,7 @@ <h4 id=region-pseudo-element><span class=secno>3.1.1. </span>The
458467
end rather than the start are intentionally not provided. Such selectors
459468
would interfere with determining the number of regions.
460469

461-
<h4 id=style-of-regions><span class=secno>3.1.2. </span>Styling of regions</h4>
470+
<h4 id=style-of-regions><span class=secno>4.1.2. </span>Styling of regions</h4>
462471

463472
<p class=issue> Should this apply to region overflow only, or also to
464473
paginated overflow? (If it applies, then stricter property restrictions
@@ -618,7 +627,7 @@ <h4 id=style-of-regions><span class=secno>3.1.2. </span>Styling of regions</h4>
618627
</table>
619628
</div>
620629

621-
<h4 id=style-in-regions><span class=secno>3.1.3. </span>Styling inside
630+
<h4 id=style-in-regions><span class=secno>4.1.3. </span>Styling inside
622631
regions</h4>
623632

624633
<p class=issue> Should this apply to region overflow only, or also to
@@ -714,7 +723,7 @@ <h4 id=style-in-regions><span class=secno>3.1.3. </span>Styling inside
714723
</table>
715724
</div>
716725

717-
<h3 id=max-lines><span class=secno>3.2. </span>The ‘<a
726+
<h3 id=max-lines><span class=secno>4.2. </span>The ‘<a
718727
href="#max-lines0"><code class=property>max-lines</code></a>’ property</h3>
719728

720729
<p> Authors may wish to style the opening lines of an element with
@@ -863,9 +872,9 @@ <h3 id=max-lines><span class=secno>3.2. </span>The ‘<a
863872
</table>
864873
</div>
865874

866-
<h2 id=conformance><span class=secno>4. </span> Conformance</h2>
875+
<h2 id=conformance><span class=secno>5. </span> Conformance</h2>
867876

868-
<h3 id=placement><span class=secno>4.1. </span> Module interactions</h3>
877+
<h3 id=placement><span class=secno>5.1. </span> Module interactions</h3>
869878

870879
<p>This module extends the ‘<code class=property>overflow</code>
871880
feature defined in <a href="#CSS21"
@@ -876,7 +885,7 @@ <h3 id=placement><span class=secno>4.1. </span> Module interactions</h3>
876885
<p>No properties in this module apply to the <code>::first-line</code> or
877886
<code>::first-letter</code> pseudo-elements.
878887

879-
<h3 id=values><span class=secno>4.2. </span> Values</h3>
888+
<h3 id=values><span class=secno>5.2. </span> Values</h3>
880889

881890
<p>This specification follows the <a
882891
href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
@@ -895,7 +904,7 @@ <h3 id=values><span class=secno>4.2. </span> Values</h3>
895904
keyword as their property value. For readability it has not been repeated
896905
explicitly.
897906

898-
<h3 id=conventions><span class=secno>4.3. </span> Document conventions</h3>
907+
<h3 id=conventions><span class=secno>5.3. </span> Document conventions</h3>
899908

900909
<p>Conformance requirements are expressed with a combination of descriptive
901910
assertions and RFC 2119 terminology. The key words “MUST”, “MUST
@@ -922,10 +931,10 @@ <h3 id=conventions><span class=secno>4.3. </span> Document conventions</h3>
922931

923932
<p class=note>Note, this is an informative note.
924933

925-
<h3 id=conformance-classes><span class=secno>4.4. </span> Conformance
934+
<h3 id=conformance-classes><span class=secno>5.4. </span> Conformance
926935
classes</h3>
927936

928-
<p>Conformance to CSS Region Styling Module Level 3 is defined for three
937+
<p>Conformance to CSS Overflow Module Level 3 is defined for three
929938
conformance classes:
930939

931940
<dl>
@@ -947,26 +956,26 @@ <h3 id=conformance-classes><span class=secno>4.4. </span> Conformance
947956
that writes a style sheet.
948957
</dl>
949958

950-
<p>A style sheet is conformant to CSS Region Styling Module Level 3 if all
951-
of its statements that use syntax defined in this module are valid
952-
according to the generic CSS grammar and the individual grammars of each
953-
feature defined in this module.
959+
<p>A style sheet is conformant to CSS Overflow Module Level 3 if all of its
960+
statements that use syntax defined in this module are valid according to
961+
the generic CSS grammar and the individual grammars of each feature
962+
defined in this module.
954963

955-
<p>A renderer is conformant to CSS Region Styling Module Level 3 if, in
956-
addition to interpreting the style sheet as defined by the appropriate
957-
specifications, it supports all the features defined by CSS Region Styling
964+
<p>A renderer is conformant to CSS Overflow Module Level 3 if, in addition
965+
to interpreting the style sheet as defined by the appropriate
966+
specifications, it supports all the features defined by CSS Overflow
958967
Module Level 3 by parsing them correctly and rendering the document
959968
accordingly. However, the inability of a UA to correctly render a document
960969
due to limitations of the device does not make the UA non-conformant. (For
961970
example, a UA is not required to render color on a monochrome monitor.)
962971

963-
<p>An authoring tool is conformant to CSS Region Styling Module Level 3 if
964-
it writes style sheets that are syntactically correct according to the
972+
<p>An authoring tool is conformant to CSS Overflow Module Level 3 if it
973+
writes style sheets that are syntactically correct according to the
965974
generic CSS grammar and the individual grammars of each feature in this
966975
module, and meet all other conformance requirements of style sheets as
967976
described in this module.
968977

969-
<h3 id=partial><span class=secno>4.5. </span> Partial implementations</h3>
978+
<h3 id=partial><span class=secno>5.5. </span> Partial implementations</h3>
970979

971980
<p>So that authors can exploit the forward-compatible parsing rules to
972981
assign fallback values, CSS renderers <strong>must</strong> treat as
@@ -980,7 +989,7 @@ <h3 id=partial><span class=secno>4.5. </span> Partial implementations</h3>
980989
unsupported values must be), CSS requires that the entire declaration be
981990
ignored.
982991

983-
<h3 id=experimental><span class=secno>4.6. </span> Experimental
992+
<h3 id=experimental><span class=secno>5.6. </span> Experimental
984993
implementations</h3>
985994

986995
<p>To avoid clashes with future CSS features, the CSS2.1 specification
@@ -994,7 +1003,7 @@ <h3 id=experimental><span class=secno>4.6. </span> Experimental
9941003
vendor-prefixed syntax for such features, including those in W3C Working
9951004
Drafts. This avoids incompatibilities with future changes in the draft.
9961005

997-
<h3 id=testing><span class=secno>4.7. </span> Non-experimental
1006+
<h3 id=testing><span class=secno>5.7. </span> Non-experimental
9981007
implementations</h3>
9991008

10001009
<p>Once a specification reaches the Candidate Recommendation stage,
@@ -1016,7 +1025,7 @@ <h3 id=testing><span class=secno>4.7. </span> Non-experimental
10161025
href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a>
10171026
mailing list.
10181027

1019-
<h3 id=cr-exit-criteria><span class=secno>4.8. </span> CR exit criteria</h3>
1028+
<h3 id=cr-exit-criteria><span class=secno>5.8. </span> CR exit criteria</h3>
10201029

10211030
<p class=issue>[Change or remove the following CR exit criteria if the spec
10221031
is not a module, but, e.g., a Note or a profile. This text was <a
@@ -1144,6 +1153,16 @@ <h3 class=no-num id=other-references> Other references</h3>
11441153
</dd>
11451154
<!---->
11461155

1156+
<dt id=CSS3BOX>[CSS3BOX]
1157+
1158+
<dd>Bert Bos. <a
1159+
href="http://www.w3.org/TR/2007/WD-css3-box-20070809"><cite>CSS basic box
1160+
model.</cite></a> 9 August 2007. W3C Working Draft. (Work in progress.)
1161+
URL: <a
1162+
href="http://www.w3.org/TR/2007/WD-css3-box-20070809">http://www.w3.org/TR/2007/WD-css3-box-20070809</a>
1163+
</dd>
1164+
<!---->
1165+
11471166
<dt id=CSS3COLOR>[CSS3COLOR]
11481167

11491168
<dd>Tantek Çelik; Chris Lilley; L. David Baron. <a
@@ -1160,21 +1179,21 @@ <h2 class=no-num id=index> Index</h2>
11601179

11611180
<ul class=indexlist>
11621181
<li>authoring tool, <a href="#authoring-tool"
1163-
title="authoring tool"><strong>4.4.</strong></a>
1182+
title="authoring tool"><strong>5.4.</strong></a>
11641183

11651184
<li>max-lines, <a href="#max-lines0"
1166-
title=max-lines><strong>3.2.</strong></a>
1185+
title=max-lines><strong>4.2.</strong></a>
11671186

11681187
<li>region box, <a href="#region-box"
1169-
title="region box"><strong>3.</strong></a>
1188+
title="region box"><strong>4.</strong></a>
11701189

1171-
<li>renderer, <a href="#renderer" title=renderer><strong>4.4.</strong></a>
1190+
<li>renderer, <a href="#renderer" title=renderer><strong>5.4.</strong></a>
11721191

11731192

11741193
<li>style sheet
11751194
<ul>
11761195
<li>as conformance class, <a href="#style-sheet"
1177-
title="style sheet, as conformance class"><strong>4.4.</strong></a>
1196+
title="style sheet, as conformance class"><strong>5.4.</strong></a>
11781197
</ul>
11791198
</ul>
11801199
<!--end-index-->

0 commit comments

Comments
 (0)