[css3-regions] add property index

Tue, 28 Aug 2012 12:36:35 -0700

author
Alan Stearns <stearns@adobe.com>
date
Tue, 28 Aug 2012 12:36:35 -0700
changeset 6584
76386ad3f67f
parent 6583
f9164fee98d9
child 6585
b3b0ff319b76

[css3-regions] add property index

css3-regions/Overview.html file | annotate | diff | comparison | revisions
css3-regions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-regions/Overview.html	Tue Aug 28 11:02:49 2012 -0700
     1.2 +++ b/css3-regions/Overview.html	Tue Aug 28 12:36:35 2012 -0700
     1.3 @@ -38,13 +38,13 @@
     1.4  
     1.5     <h1 id=css-regions-module>CSS Regions Module Level 3</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 August 2012</h2>
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 August 2012</h2>
     1.9  
    1.10     <dl>
    1.11      <dt>This version:
    1.12  
    1.13      <dd><a
    1.14 -     href="http://www.w3.org/TR/2012/ED-css3-regions-20120821/">http://www.w3.org/csswg/css3-regions</a>
    1.15 +     href="http://www.w3.org/TR/2012/ED-css3-regions-20120828/">http://www.w3.org/csswg/css3-regions</a>
    1.16  
    1.17      <dt>Latest version:
    1.18  
    1.19 @@ -3375,10 +3375,10 @@
    1.20     <dt id=CSS3-BREAK>[CSS3-BREAK]
    1.21  
    1.22     <dd>Rossen Atanassov; Elika J. Etemad. <a
    1.23 -    href="http://www.w3.org/TR/2012/WD-css3-break-20120228/"><cite>CSS
    1.24 -    Fragmentation Module Level 3.</cite></a> 28 February 2012. W3C Working
    1.25 +    href="http://www.w3.org/TR/2012/WD-css3-break-20120823/"><cite>CSS
    1.26 +    Fragmentation Module Level 3.</cite></a> 23 August 2012. W3C Working
    1.27      Draft. (Work in progress.) URL: <a
    1.28 -    href="http://www.w3.org/TR/2012/WD-css3-break-20120228/">http://www.w3.org/TR/2012/WD-css3-break-20120228/</a>
    1.29 +    href="http://www.w3.org/TR/2012/WD-css3-break-20120823/">http://www.w3.org/TR/2012/WD-css3-break-20120823/</a>
    1.30      </dd>
    1.31     <!---->
    1.32  
    1.33 @@ -3679,23 +3679,125 @@
    1.34    <!--end-index-->
    1.35  
    1.36    <h2 class=no-num id=property-index>Property index</h2>
    1.37 +  <!--begin-properties-->
    1.38 +
    1.39 +  <table class=proptable>
    1.40 +   <thead>
    1.41 +    <tr>
    1.42 +     <th>Property
    1.43 +
    1.44 +     <th>Values
    1.45 +
    1.46 +     <th>Initial
    1.47 +
    1.48 +     <th>Applies to
    1.49 +
    1.50 +     <th>Inh.
    1.51 +
    1.52 +     <th>Percentages
    1.53 +
    1.54 +     <th>Media
    1.55 +
    1.56 +   <tbody>
    1.57 +    <tr>
    1.58 +     <th><a class=property href="#break-after">break-after</a>
    1.59 +
    1.60 +     <td>auto | always | avoid | left | right | page | column | region |
    1.61 +      avoid-page | avoid-column | avoid-region
    1.62 +
    1.63 +     <td>auto
    1.64 +
    1.65 +     <td>block-level elements
    1.66 +
    1.67 +     <td>no
    1.68 +
    1.69 +     <td>N/A
    1.70 +
    1.71 +     <td>visual
    1.72 +
    1.73 +    <tr>
    1.74 +     <th><a class=property href="#break-before">break-before</a>
    1.75 +
    1.76 +     <td>auto | always | avoid | left | right | page | column | region |
    1.77 +      avoid-page | avoid-column | avoid-region
    1.78 +
    1.79 +     <td>auto
    1.80 +
    1.81 +     <td>block-level elements
    1.82 +
    1.83 +     <td>no
    1.84 +
    1.85 +     <td>N/A
    1.86 +
    1.87 +     <td>visual
    1.88 +
    1.89 +    <tr>
    1.90 +     <th><a class=property href="#break-inside">break-inside</a>
    1.91 +
    1.92 +     <td>auto | avoid | avoid-page | avoid-column | avoid-region
    1.93 +
    1.94 +     <td>auto
    1.95 +
    1.96 +     <td>block-level elements
    1.97 +
    1.98 +     <td>no
    1.99 +
   1.100 +     <td>N/A
   1.101 +
   1.102 +     <td>visual
   1.103 +
   1.104 +    <tr>
   1.105 +     <th><a class=property href="#flow-from">flow-from</a>
   1.106 +
   1.107 +     <td>&lt;ident&gt; | none | inherit
   1.108 +
   1.109 +     <td>none
   1.110 +
   1.111 +     <td>Non-replaced block containers. This might be expanded in future
   1.112 +      versions of the specification to allow other types of containers to
   1.113 +      receive flow content.
   1.114 +
   1.115 +     <td>no
   1.116 +
   1.117 +     <td>N/A
   1.118 +
   1.119 +     <td>visual
   1.120 +
   1.121 +    <tr>
   1.122 +     <th><a class=property href="#flow-into">flow-into</a>
   1.123 +
   1.124 +     <td>&lt;ident&gt; | none | inherit
   1.125 +
   1.126 +     <td>none
   1.127 +
   1.128 +     <td>any element. The ‘flow-into’ property does not apply to any
   1.129 +      pseudo-element such as ::first-line, ::first-letter, ::before or
   1.130 +      ::after.
   1.131 +
   1.132 +     <td>no
   1.133 +
   1.134 +     <td>N/A
   1.135 +
   1.136 +     <td>visual
   1.137 +
   1.138 +    <tr>
   1.139 +     <th><a class=property href="#region-overflow">region-overflow</a>
   1.140 +
   1.141 +     <td>auto | break
   1.142 +
   1.143 +     <td>auto
   1.144 +
   1.145 +     <td>CSS Regions
   1.146 +
   1.147 +     <td>no
   1.148 +
   1.149 +     <td>N/A
   1.150 +
   1.151 +     <td>visual
   1.152 +  </table>
   1.153 +  <!--end-properties-->
   1.154    <!-- template markup for issues pulled from Bugzilla -->
   1.155 -  <!-- template markup for issues pulled from Bugzilla -->
   1.156 -  <!--    <script type="text/template" id="issue-template">
   1.157 -    <div class="issue-marker" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
   1.158 -        <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Issue-{{bug_id}}</a>
   1.159 -        <div class="issue-details">
   1.160 -            <p class="short-desc">{{short_desc}}</p>
   1.161 -        </div>  
   1.162 -    </div>
   1.163 -    </script>   
   1.164 -
   1.165 -    <script type="text/javascript" src="../shared/scripts/BugzillaTrackerUtil.js"></script>
   1.166 -    <script type="text/javascript" src="../shared/scripts/BugzillaTracker.js"></script>
   1.167 -    <script type="text/javascript">
   1.168 -        checkSpecificationIssues('CSS', 'Regions');        
   1.169 -    </script>
   1.170 -    -->
   1.171 +
   1.172  </html>
   1.173  <!-- Keep this comment at the end of the file
   1.174  Local variables:
     2.1 --- a/css3-regions/Overview.src.html	Tue Aug 28 11:02:49 2012 -0700
     2.2 +++ b/css3-regions/Overview.src.html	Tue Aug 28 12:36:35 2012 -0700
     2.3 @@ -2798,12 +2798,14 @@
     2.4      <h3 class="no-num" id="other-references">Other references</h3>
     2.5      <!--begin-informative--><!--end-informative-->
     2.6  
     2.7 -    <h2 class="no-num" id="index">Index</h2><!--index-->
     2.8 +    <h2 class="no-num" id="index">Index</h2>
     2.9 +    <!--index-->
    2.10  
    2.11      <h2 class="no-num" id="property-index">Property index</h2>
    2.12 +    <!-- properties -->
    2.13      
    2.14      <!-- template markup for issues pulled from Bugzilla -->    <!-- template markup for issues pulled from Bugzilla -->
    2.15 -<!--    <script type="text/template" id="issue-template">
    2.16 +    <script type="text/template" id="issue-template">
    2.17      <div class="issue-marker" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
    2.18          <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Issue-{{bug_id}}</a>
    2.19          <div class="issue-details">
    2.20 @@ -2817,7 +2819,6 @@
    2.21      <script type="text/javascript">
    2.22          checkSpecificationIssues('CSS', 'Regions');        
    2.23      </script>
    2.24 -    -->
    2.25      
    2.26  </body>
    2.27  </html>

mercurial