Skip to content

Commit 99b9ea1

Browse files
committed
[css-logical-1] Publication fixes
1 parent 362b3c1 commit 99b9ea1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-logical-1/Overview.bs

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Title: CSS Logical Properties and Values Level 1
33
Shortname: css-logical
44
Level: 1
55
Status: ED
6-
Work Status: Revising
6+
Work Status: Refining
77
Group: csswg
8-
ED: https://drafts.csswg.org/css-logical/
9-
TR: https://www.w3.org/TR/css-logical/
8+
ED: https://drafts.csswg.org/css-logical-1/
9+
TR: https://www.w3.org/TR/css-logical-1/
10+
Previous version: https://www.w3.org/TR/2017/WD-css-logical-1-20170518/
1011
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
1112
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1213
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.
@@ -128,7 +129,7 @@ Introduction</h2>
128129
<div class="issue">
129130
<strong>Things That Are Unstable</strong>
130131
Since implementation of parts of this module is effectively required
131-
for shipping an implementation of <a href="https://www.w3.org/TR/css-writing-modes-3/CSS Writing Modes</a> on the Web
132+
for shipping an implementation of <a href="https://www.w3.org/TR/css-writing-modes-3/">CSS Writing Modes</a> on the Web
132133
(in order to correctly implement the default HTML styles),
133134
The CSSWG resolved that although the draft is not very stable overall,
134135
the requisite features in
@@ -638,7 +639,7 @@ the 'border-block-start', 'border-block-end', 'border-inline-start', 'border-inl
638639
respectively.
639640

640641
<h3 id="border-radius-shorthands">
641-
Flow-relative Border-radius Shorthands:
642+
Flow-relative Corner Rounding:
642643
the 'border-start-start-radius', 'border-start-end-radius', 'border-end-start-radius', 'border-end-end-radius' properties</h3>
643644

644645
<pre class="propdef">

0 commit comments

Comments
 (0)