css3-overflow/Overview.src.html

changeset 6483
ce35838cba90
parent 6482
dd34855b9279
child 6484
4f00e14a11d4
     1.1 --- a/css3-overflow/Overview.src.html	Thu Aug 16 14:24:22 2012 -0700
     1.2 +++ b/css3-overflow/Overview.src.html	Thu Aug 16 14:25:11 2012 -0700
     1.3 @@ -2,7 +2,7 @@
     1.4  <html lang="en">
     1.5  <head>
     1.6    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     1.7 -  <title>CSS Region Styling Module Level 3</title>
     1.8 +  <title>CSS Overflow Module Level 3</title>
     1.9    <link rel=contents href="#contents">
    1.10    <link rel=index href="#index">
    1.11    <link rel="stylesheet" type="text/css" href="../default.css">
    1.12 @@ -111,12 +111,12 @@
    1.13  <div class="head">
    1.14  <!--logo-->
    1.15  
    1.16 -<h1>CSS Region Styling Module Level 3</h1>
    1.17 +<h1>CSS Overflow Module Level 3</h1>
    1.18  
    1.19  <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
    1.20  <dl>
    1.21    <dt>This version:
    1.22 -    <dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/ED-css3-region-styling-[CDATE]/</a>
    1.23 +    <dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/ED-css3-overflow-[CDATE]/</a>
    1.24  
    1.25    <dt>Latest version:
    1.26      <dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>
    1.27 @@ -236,6 +236,11 @@
    1.28  		in the CSS Fragmentation Module [[!CSS3-BREAK]].
    1.29  	</p>
    1.30  
    1.31 +<h2 id="scrolling-overflow">Scrolling and hidden overflow</h2>
    1.32 +
    1.33 +	<p class="issue">
    1.34 +		Move material from [[CSS21]] and [[CSS3BOX]] here.
    1.35 +	</p>
    1.36  
    1.37  <h2 id="paginated-overflow">Paginated overflow</h2>
    1.38  
    1.39 @@ -757,7 +762,7 @@
    1.40  <h3 id="conformance-classes">
    1.41  Conformance classes</h3>
    1.42  
    1.43 -  <p>Conformance to CSS Region Styling Module Level 3
    1.44 +  <p>Conformance to CSS Overflow Module Level 3
    1.45    is defined for three conformance classes:
    1.46    <dl>
    1.47      <dt><dfn title="style sheet!!as conformance class">style sheet</dfn>
    1.48 @@ -772,21 +777,21 @@
    1.49        that writes a style sheet.
    1.50    </dl>
    1.51    
    1.52 -  <p>A style sheet is conformant to CSS Region Styling Module Level 3
    1.53 +  <p>A style sheet is conformant to CSS Overflow Module Level 3
    1.54    if all of its statements that use syntax defined in this module are valid
    1.55    according to the generic CSS grammar and the individual grammars of each
    1.56    feature defined in this module.
    1.57    
    1.58 -  <p>A renderer is conformant to CSS Region Styling Module Level 3
    1.59 +  <p>A renderer is conformant to CSS Overflow Module Level 3
    1.60    if, in addition to interpreting the style sheet as defined by the
    1.61    appropriate specifications, it supports all the features defined
    1.62 -  by CSS Region Styling Module Level 3 by parsing them correctly
    1.63 +  by CSS Overflow Module Level 3 by parsing them correctly
    1.64    and rendering the document accordingly. However, the inability of a
    1.65    UA to correctly render a document due to limitations of the device
    1.66    does not make the UA non-conformant. (For example, a UA is not
    1.67    required to render color on a monochrome monitor.)
    1.68    
    1.69 -  <p>An authoring tool is conformant to CSS Region Styling Module Level 3
    1.70 +  <p>An authoring tool is conformant to CSS Overflow Module Level 3
    1.71    if it writes style sheets that are syntactically correct according to the
    1.72    generic CSS grammar and the individual grammars of each feature in
    1.73    this module, and meet all other conformance requirements of style sheets

mercurial