File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > ’ value as the
26002600 resulting behavior will be unpredictable.
26012601
2602+ < p > Page names are case-sensitive identifiers. However the ‘< code
2603+ class =css > auto</ code > ’ 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 ‘< code
2625- class =property > auto</ code > ’ is treated as a name or as a keyword
2626- (case-sensitive or not). Should ‘< code
2627- class =property > auto</ code > ’ be changed to ‘< code
2628- class =property > normal</ code > ’?</ p >
2629-
26302629 < h3 id =breaks-inside > < span class =secno > 9.3 </ span > Breaks inside elements:
26312630 ‘< code class =property > < a
26322631 href ="#orphans "> orphans</ a > </ code > ’, ‘< code
Original file line number Diff line number Diff line change @@ -1853,6 +1853,10 @@ <h3 id="using-named-pages">Using named pages: 'page'</h3>
18531853value on a descendant of an element with a non-''auto'' 'page' value as the
18541854resulting 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 >
You can’t perform that action at this time.
0 commit comments