You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This module introduces logical properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings. The module defines logical properties and values for the features defined in [[CSS21]]. These properties are writing-mode relative equivalents of their corresponding physical properties.
13
+
Abstract: This module introduces logical properties and values that provide the author with the ability to control layout through logical, rather than physical, direction and dimension mappings. The module defines logical properties and values for the features defined in [[CSS2]]. These properties are writing-mode relative equivalents of their corresponding physical properties.
14
14
Ignored Terms: div, dl, dfn
15
15
Ignored Vars: *
16
16
Link Defaults: css2 (property) width/height/min-width/min-height/max-width/max-height
@@ -242,15 +242,15 @@ Flow-Relative Values for the 'resize' Property</h3>
242
242
<h2 id="page">
243
243
Flow-Relative Page Classifications</h2>
244
244
245
-
In CSS, all pages are classified by user agents as either left pages or right pages. [[!CSS21]]
245
+
In CSS, all pages are classified by user agents as either left pages or right pages. [[!CSS2]]
246
246
Which page is first in a spread, however,
247
247
depends on whether the page progression is left-to-right or right-to-left.
248
248
249
249
To allow control of page breaking to the page
250
250
that is on the earlier or later side of a spread,
251
251
rather than to the left or right side of a spread,
252
252
this module introduces the following additional keywords
253
-
for the 'page-break-after' and 'page-break-before' properties [[!CSS21]]:
253
+
for the 'page-break-after' and 'page-break-before' properties [[!CSS2]]:
0 commit comments