Skip to content

Commit bd0eff2

Browse files
committed
resolve case-sensitivity of page names consistent with counters in CSS2.1 http://www.w3.org/blog/CSS/2007/12/12/case_sensitivity
1 parent 5c3a007 commit bd0eff2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css3-page/Overview.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,6 +2599,11 @@ <h3 id=using-named-pages><span class=secno>9.2 </span>Using named pages:
25992599
class=property><a href="#page">page</a></code>&rsquo; value as the
26002600
resulting behavior will be unpredictable.
26012601

2602+
<p>Page names are case-sensitive identifiers. However the &lsquo;<code
2603+
class=css>auto</code>&rsquo; value, being a CSS keyword, is <a
2604+
href="http://www.w3.org/TR/CSS21/syndata.html#characters">case-insensitive</a>.
2605+
2606+
26022607
<div class=example>
26032608
<p>In this example, the two tables are rendered on landscape pages
26042609
(indeed, on the same page, if they fit). The page type "narrow" is used
@@ -2621,12 +2626,6 @@ <h3 id=using-named-pages><span class=secno>9.2 </span>Using named pages:
26212626
</pre>
26222627
</div>
26232628

2624-
<p class=issue>Define whether &lsquo;<code
2625-
class=property>auto</code>&rsquo; is treated as a name or as a keyword
2626-
(case-sensitive or not). Should &lsquo;<code
2627-
class=property>auto</code>&rsquo; be changed to &lsquo;<code
2628-
class=property>normal</code>&rsquo;?</p>
2629-
26302629
<h3 id=breaks-inside><span class=secno>9.3 </span>Breaks inside elements:
26312630
&lsquo;<code class=property><a
26322631
href="#orphans">orphans</a></code>&rsquo;, &lsquo;<code

css3-page/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,6 +1853,10 @@ <h3 id="using-named-pages">Using named pages: 'page'</h3>
18531853
value on a descendant of an element with a non-''auto'' 'page' value as the
18541854
resulting behavior will be unpredictable.
18551855

1856+
<p>Page names are case-sensitive identifiers. However the ''auto'' value,
1857+
being a CSS keyword, is
1858+
<a href="http://www.w3.org/TR/CSS21/syndata.html#characters">case-insensitive</a>.
1859+
18561860
<div class="example">
18571861

18581862
<p>In this example, the two tables are rendered on landscape pages (indeed, on the
@@ -1874,9 +1878,6 @@ <h3 id="using-named-pages">Using named pages: 'page'</h3>
18741878
</pre>
18751879
</div>
18761880

1877-
<p class="issue">Define whether 'auto' is treated as a name or as a keyword
1878-
(case-sensitive or not). Should 'auto' be changed to 'normal'?</p>
1879-
18801881
<h3 id="breaks-inside">Breaks inside elements: 'orphans', 'widows'</h3>
18811882
<table class="propdef" summary="property definition">
18821883
<tr>

0 commit comments

Comments
 (0)