Skip to content

Commit 8899173

Browse files
committed
[css-logical-1] Fix links: CSS21 -> CSS2
1 parent 2f3f613 commit 8899173

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-logical-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TR: https://www.w3.org/TR/css-logical-1/
1010
Previous version: https://www.w3.org/TR/2017/WD-css-logical-1-20170518/
1111
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
1212
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
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 [[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.
1414
Ignored Terms: div, dl, dfn
1515
Ignored Vars: *
1616
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>
242242
<h2 id="page">
243243
Flow-Relative Page Classifications</h2>
244244

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]]
246246
Which page is first in a spread, however,
247247
depends on whether the page progression is left-to-right or right-to-left.
248248

249249
To allow control of page breaking to the page
250250
that is on the earlier or later side of a spread,
251251
rather than to the left or right side of a spread,
252252
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]]:
254254

255255
<dl dfn-type="value" dfn-for="logical-page">
256256
<dt><dfn>recto</dfn>
@@ -270,7 +270,7 @@ Flow-Relative Page Classifications</h2>
270270
Although authors typically place page numbers using physical placements,
271271
the contents of headers often follows conventions depending
272272
on which page in the spread is earlier.
273-
Therefore the following flow-relative <a href="https://www.w3.org/TR/CSS21/page.html#page-selectors">page selectors</a>
273+
Therefore the following flow-relative <a href="https://www.w3.org/TR/CSS2/page.html#page-selectors">page selectors</a>
274274
are also added to support flow-relative page selection:
275275

276276
<dl dfn-type="value" dfn-for="logical-page-selector">
@@ -698,7 +698,7 @@ Four-Directional Shorthand Properties: the 'margin', 'padding', 'border-width',
698698
and to specify the expected impact on the interpretation
699699
of whatever syntactic switch is ultimately chosen.
700700

701-
The following [[!CSS21]] shorthand properties
701+
The following [[!CSS2]] shorthand properties
702702
accept the ''margin/logical'' keyword:
703703
<ul>
704704
<li>'inset'

0 commit comments

Comments
 (0)