Skip to content

Commit 59e4131

Browse files
committed
[css2] add resolution text to issue 203
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402587
1 parent 26bb6e9 commit 59e4131

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

css2/issues/issues-3

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3901,9 +3901,9 @@ Replace
39013901
any, or if the element is inline-level (note that all elements in line
39023902
boxes are forcably inline-level), on a per-line-box basis:
39033903
with
3904-
1. For each element in each line box of the element (if any), in tree
3905-
� � �order; or if the element is inline-level (note that all elements in line
3906-
� � �boxes are forcibly inline-level), on a per-line-box basis:
3904+
1. For each element in each line box of the element (if any), in tree
3905+
order; or if the element is inline-level (note that all elements in line
3906+
boxes are forcibly inline-level), on a per-line-box basis:
39073907
or
39083908
1. For each line box of the box (outer loop), and then for each box, in
39093909
tree order, in that line box (inner loop):
@@ -4093,6 +4093,8 @@ for the default value, since the default value can't be specified --
40934093
but the default value should be a computed value since we want the
40944094
default to change with 'direction'.
40954095
Resolution:
4096-
Editorial.
4096+
Change Initial value line to
4097+
Initial: a nameless value that acts as 'left' if 'direction' is
4098+
'ltr', 'right' if 'direction' is 'rtl'
40974099
Issue closed.
40984100
------------------------------------------------------------------------

0 commit comments

Comments
 (0)