[css-overflow] Link <integer> production correctly, although not quite ideally.

Sun, 08 Feb 2015 17:10:32 +1100

author
L. David Baron <[email protected]>
date
Sun, 08 Feb 2015 17:10:32 +1100
changeset 15181
9174c05261f3
parent 15180
de66068e2396
child 15182
f3fe78ab851a

[css-overflow] Link <integer> production correctly, although not quite ideally.

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 Feb 08 17:06:34 2015 +1100
     1.2 +++ b/css-overflow/Overview.bs	Sun Feb 08 17:10:32 2015 +1100
     1.3 @@ -18,6 +18,8 @@
     1.4  <!-- - Value lines in propdef tables no longer link to #values. -->
     1.5  <!-- - no longer says "Test suite: none yet" -->
     1.6  <!-- - Abstract has the most introductory sentence last -->
     1.7 +<!-- FIXME: other bikeshed issues -->
     1.8 +<!-- <integer> in max-lines value line should link to the dfn below, not to css-values -->
     1.9  <pre class="link-defaults">
    1.10  spec:css-transforms-1; type:property; text:transform-style
    1.11  </pre>
    1.12 @@ -967,7 +969,7 @@
    1.13  
    1.14  	<pre class=propdef>
    1.15  		Name: max-lines
    1.16 -		Value: ''none'' | &lt;integer&gt;
    1.17 +		Value: ''none'' | <<integer>>
    1.18  		Initial: ''none''
    1.19  		Applies to: fragment boxes
    1.20  		Inherited: no
    1.21 @@ -986,7 +988,7 @@
    1.22  			</p>
    1.23  		</dd>
    1.24  
    1.25 -		<dt><dfn>&lt;integer&gt;</dfn>
    1.26 +		<dt><dfn><<integer>></dfn>
    1.27  		<dd>
    1.28  			<p>
    1.29  				In addition to any breaks specified elsewhere,
     2.1 --- a/css-overflow/Overview.html	Sun Feb 08 17:06:34 2015 +1100
     2.2 +++ b/css-overflow/Overview.html	Sun Feb 08 17:10:32 2015 +1100
     2.3 @@ -1431,7 +1431,7 @@
     2.4        <td><dfn class="css" data-dfn-type="property" data-export="" id="propdef-max-lines">max-lines<a class="self-link" href="#propdef-max-lines"></a></dfn>
     2.5       <tr>
     2.6        <th>Value:
     2.7 -      <td class="prod"><a class="css" data-link-type="maybe" href="#valdef-max-lines-none">none</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> &lt;integer>
     2.8 +      <td class="prod"><a class="css" data-link-type="maybe" href="#valdef-max-lines-none">none</a> <a data-link-type="grammar" href="http://dev.w3.org/csswg/css-values-3/#comb-one">|</a> <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-syntax-3/#typedef-integer">&lt;integer></a>
     2.9       <tr>
    2.10        <th>Initial:
    2.11        <td><a class="css" data-link-type="maybe" href="#valdef-max-lines-none">none</a>
    2.12 @@ -1472,7 +1472,7 @@
    2.13      
    2.14  
    2.15  		
    2.16 -    <dt><dfn class="css" data-dfn-for="max-lines" data-dfn-type="value" data-export="" id="valdef-max-lines-integer">&lt;integer><a class="self-link" href="#valdef-max-lines-integer"></a></dfn>
    2.17 +    <dt><dfn class="css" data-dfn-for="max-lines" data-dfn-type="value" data-export="" id="valdef-max-lines-integer"><a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-syntax-3/#typedef-integer">&lt;integer></a><a class="self-link" href="#valdef-max-lines-integer"></a></dfn>
    2.18  		
    2.19      <dd>
    2.20  			

mercurial