Skip to content

Commit ed5a7d4

Browse files
committed
[css2] two new issues from dbaron
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402569
1 parent ce3577d commit ed5a7d4

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

css2/issues/issues-3

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Bert, 18-ui = Tantek, A-aural = Bert, C-changes = Bert, D-sample =
2121
howcome, G-grammar = Bert, F-propix = auto
2222

2323
OUTSTANDING ISSUES:
24+
WG has 1 open issue
2425
Hixie has 2 actions
25-
Bert has 1 action
26+
Bert has 2 actions, 1 blocking publication
2627
David has 1 action
2728

2829
------------------------------------------------------------------------
@@ -4061,3 +4062,28 @@ Resolution:
40614062
Editorial.
40624063
Issue closed.
40634064
------------------------------------------------------------------------
4065+
Issue 202.
4066+
Description:
4067+
[derived from #5 in
4068+
http://lists.w3.org/Archives/Public/www-style/2006Oct/0109.html ]
4069+
4070+
Given:
4071+
4072+
<div style="unicode-bidi: bidi-override;direction:rtl">text<p>text</p>text</div>
4073+
4074+
the spec currently says that only the first "text" should be
4075+
reversed, but it should really say that the first and third should
4076+
be.
4077+
Resolution:
4078+
=WG= Discuss.
4079+
------------------------------------------------------------------------
4080+
Issue 203.
4081+
Description:
4082+
The "Computed value" line for 'text-align' can't be "as specified"
4083+
for the default value, since the default value can't be specified --
4084+
but the default value should be a computed value since we want the
4085+
default to change with 'direction'.
4086+
Resolution:
4087+
Editorial.
4088+
=Bert= Edit.
4089+
------------------------------------------------------------------------

0 commit comments

Comments
 (0)