Skip to content

Commit b6a82a3

Browse files
committed
[css-overflow] Link <integer> production correctly, although not quite ideally.
1 parent 300978c commit b6a82a3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

css-overflow/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Status Text: The following features are at risk: &hellip;
1818
<!-- - Value lines in propdef tables no longer link to #values. -->
1919
<!-- - no longer says "Test suite: none yet" -->
2020
<!-- - Abstract has the most introductory sentence last -->
21+
<!-- FIXME: other bikeshed issues -->
22+
<!-- <integer> in max-lines value line should link to the dfn below, not to css-values -->
2123
<pre class="link-defaults">
2224
spec:css-transforms-1; type:property; text:transform-style
2325
</pre>
@@ -967,7 +969,7 @@ rather than just one page at once?</p>
967969

968970
<pre class=propdef>
969971
Name: max-lines
970-
Value: ''none'' | &lt;integer&gt;
972+
Value: ''none'' | <<integer>>
971973
Initial: ''none''
972974
Applies to: fragment boxes
973975
Inherited: no
@@ -986,7 +988,7 @@ rather than just one page at once?</p>
986988
</p>
987989
</dd>
988990

989-
<dt><dfn>&lt;integer&gt;</dfn>
991+
<dt><dfn><<integer>></dfn>
990992
<dd>
991993
<p>
992994
In addition to any breaks specified elsewhere,

css-overflow/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ <h3 class="heading settled" data-level="6.2" id="max-lines"><span class="secno">
14311431
<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>
14321432
<tr>
14331433
<th>Value:
1434-
<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>
1434+
<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>
14351435
<tr>
14361436
<th>Initial:
14371437
<td><a class="css" data-link-type="maybe" href="#valdef-max-lines-none">none</a>
@@ -1472,7 +1472,7 @@ <h3 class="heading settled" data-level="6.2" id="max-lines"><span class="secno">
14721472

14731473

14741474

1475-
<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>
1475+
<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>
14761476

14771477
<dd>
14781478

0 commit comments

Comments
 (0)