Skip to content

Commit 371968a

Browse files
author
Peter Linss
committed
change overflow level 4 to actually say level 4
1 parent 3ce44f1 commit 371968a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css-overflow/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<h1>CSS Overflow Module Level 3</h1>
1+
<h1>CSS Overflow Module Level 4</h1>
22
<pre class="metadata">
33
Status: ED
44
Work Status: Exploring
5-
ED: https://drafts.csswg.org/css-overflow/
5+
ED: https://drafts.csswg.org/css-overflow-4/
66
Shortname: css-overflow
77
Group: csswg
88
Level: 3
9-
TR: https://www.w3.org/TR/css-overflow-3/
10-
Previous version: https://www.w3.org/TR/2013/WD-css-overflow-3-20130418/
9+
TR: https://www.w3.org/TR/css-overflow-4/
10+
Previous version: https://www.w3.org/TR/css-overflow-3/
1111
Editor: L. David Baron, Mozilla, http://dbaron.org/
1212
Editor: Florian Rivoal, Invited Expert, florian@rivoal.net, http://florian.rivoal.net
1313
Abstract: This module contains the features of CSS relating to new mechanisms of overflow handling in visual media (e.g., screen or paper). In interactive media, it describes features that allow the overflow from a fixed size container to be handled by pagination (displaying one page at a time). It also describes features, applying to all visual media, that allow the contents of an element to be spread across multiple fragments, allowing the contents to flow across multiple regions or to have different styles for different fragments.

css-overflow/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
66

77

8-
<title>CSS Overflow Module Level 3</title>
8+
<title>CSS Overflow Module Level 4</title>
99

1010

1111
<meta content="exploring" name="csswg-work-status">
@@ -236,19 +236,19 @@
236236
</a>
237237
</p>
238238

239-
<h1 class="p-name no-ref" id="title">CSS Overflow Module Level 3</h1>
239+
<h1 class="p-name no-ref" id="title">CSS Overflow Module Level 4</h1>
240240

241241
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
242242
<time class="dt-updated" datetime="2015-07-01">1 July 2015</time></span></h2>
243243

244244
<div data-fill-with="spec-metadata">
245245
<dl>
246246
<dt>This version:
247-
<dd><a class="u-url" href="http://dev.w3.org/csswg/css-overflow/">http://dev.w3.org/csswg/css-overflow/</a>
247+
<dd><a class="u-url" href="https://draftd.csswg.org/css-overflow-4/">https://drafts.csswg.org/css-overflow-4/</a>
248248
<dt>Latest version:
249-
<dd><a href="http://www.w3.org/TR/css-overflow-3/">http://www.w3.org/TR/css-overflow-3/</a>
249+
<dd><a href="https://www.w3.org/TR/css-overflow-4/">http://www.w3.org/TR/css-overflow-4/</a>
250250
<dt>Previous Versions:
251-
<dd><a href="http://www.w3.org/TR/2013/WD-css-overflow-3-20130418/" rel="previous">http://www.w3.org/TR/2013/WD-css-overflow-3-20130418/</a>
251+
<dd><a href="https://www.w3.org/TR/css-overflow-3/" rel="previous">https://www.w3.org/TR/css-overflow-3/</a>
252252
<dt>Feedback:
253253
<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-overflow%5D%20YOUR%20TOPIC%20HERE">www-style@w3.org</a> with subject line “<kbd>[css-overflow] <var>… message topic …</var></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span>
254254
<dt>Issue Tracking:

0 commit comments

Comments
 (0)