change overflow level 4 to actually say level 4

Sun, 31 Jan 2016 18:33:44 -0800

author
Peter Linss <[email protected]>
date
Sun, 31 Jan 2016 18:33:44 -0800
changeset 16999
02a27e98e286
parent 16998
9f10eecdaaab
child 17000
d7fc7be65a0b

change overflow level 4 to actually say level 4

css-overflow/Overview.bs file | annotate | diff | comparison | revisions
css-overflow/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-overflow/Overview.bs	Sun Jan 31 18:24:09 2016 -0800
     1.2 +++ b/css-overflow/Overview.bs	Sun Jan 31 18:33:44 2016 -0800
     1.3 @@ -1,13 +1,13 @@
     1.4 -<h1>CSS Overflow Module Level 3</h1>
     1.5 +<h1>CSS Overflow Module Level 4</h1>
     1.6  <pre class="metadata">
     1.7  Status: ED
     1.8  Work Status: Exploring
     1.9 -ED: https://drafts.csswg.org/css-overflow/
    1.10 +ED: https://drafts.csswg.org/css-overflow-4/
    1.11  Shortname: css-overflow
    1.12  Group: csswg
    1.13  Level: 3
    1.14 -TR: https://www.w3.org/TR/css-overflow-3/
    1.15 -Previous version: https://www.w3.org/TR/2013/WD-css-overflow-3-20130418/
    1.16 +TR: https://www.w3.org/TR/css-overflow-4/
    1.17 +Previous version: https://www.w3.org/TR/css-overflow-3/
    1.18  Editor: L. David Baron, Mozilla, http://dbaron.org/
    1.19  Editor: Florian Rivoal, Invited Expert, [email protected], http://florian.rivoal.net
    1.20  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.
     2.1 --- a/css-overflow/Overview.html	Sun Jan 31 18:24:09 2016 -0800
     2.2 +++ b/css-overflow/Overview.html	Sun Jan 31 18:33:44 2016 -0800
     2.3 @@ -5,7 +5,7 @@
     2.4    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
     2.5    
     2.6    
     2.7 -  <title>CSS Overflow Module Level 3</title>
     2.8 +  <title>CSS Overflow Module Level 4</title>
     2.9    
    2.10    
    2.11    <meta content="exploring" name="csswg-work-status">
    2.12 @@ -236,7 +236,7 @@
    2.13  </a>
    2.14  </p>
    2.15    
    2.16 -   <h1 class="p-name no-ref" id="title">CSS Overflow Module Level 3</h1>
    2.17 +   <h1 class="p-name no-ref" id="title">CSS Overflow Module Level 4</h1>
    2.18    
    2.19     <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
    2.20      <time class="dt-updated" datetime="2015-07-01">1 July 2015</time></span></h2>
    2.21 @@ -244,11 +244,11 @@
    2.22     <div data-fill-with="spec-metadata">
    2.23      <dl>
    2.24       <dt>This version:
    2.25 -     <dd><a class="u-url" href="http://dev.w3.org/csswg/css-overflow/">http://dev.w3.org/csswg/css-overflow/</a>
    2.26 +     <dd><a class="u-url" href="https://draftd.csswg.org/css-overflow-4/">https://drafts.csswg.org/css-overflow-4/</a>
    2.27       <dt>Latest version:
    2.28 -     <dd><a href="http://www.w3.org/TR/css-overflow-3/">http://www.w3.org/TR/css-overflow-3/</a>
    2.29 +     <dd><a href="https://www.w3.org/TR/css-overflow-4/">http://www.w3.org/TR/css-overflow-4/</a>
    2.30       <dt>Previous Versions:
    2.31 -     <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>
    2.32 +     <dd><a href="https://www.w3.org/TR/css-overflow-3/" rel="previous">https://www.w3.org/TR/css-overflow-3/</a>
    2.33       <dt>Feedback:
    2.34       <dd><span><a href="mailto:[email protected]?subject=%5Bcss-overflow%5D%20YOUR%20TOPIC%20HERE">[email protected]</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>
    2.35       <dt>Issue Tracking:

mercurial