Skip to content

Commit b756bf0

Browse files
committed
[css2] Sync issues list to reality
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402506
1 parent ee75a98 commit b756bf0

1 file changed

Lines changed: 39 additions & 21 deletions

File tree

css2/issues/issues-3

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,15 +2827,15 @@ Description:
28272827
error handling of selectors
28282828
Resolution:
28292829
Add reference from 4.2 to 4.1.7.
2830-
=Tantek= Edit.
2830+
=Bert= Link is wrong (#rules-sets doesn't seem to exist).
28312831
------------------------------------------------------------------------
28322832
Issue 130.
28332833
URI: http://lists.w3.org/Archives/Member/w3c-css-wg/2005JulSep/0196.html
28342834
Description:
28352835
Some things in 4.1.1 still say [a-zA-Z].
28362836
Resolution:
28372837
Assumed editorial.
2838-
=Tantek=
2838+
Issued closed.
28392839
------------------------------------------------------------------------
28402840
Issue 131.
28412841
URI: http://www.w3.org/mid/e474a6b0ffb3c208411115775fe0b074@asahi-net.or.jp
@@ -2931,7 +2931,7 @@ Resolution:
29312931
4. If spaces (U+0020) or tabs (U+0009) at the end of a line have
29322932
'white-space' set to 'pre-wrap', UAs may visually collapse them.
29332933

2934-
=Tantek= Edit.
2934+
Issue closed.
29352935
------------------------------------------------------------------------
29362936
Issue 141.
29372937
URI: http://www.w3.org/mid/4383ABE2.5010905@mit.edu
@@ -3065,8 +3065,8 @@ former and allows the latter. Anne says iCab, IE win/mac, and Gecko do
30653065
apply "!/**/important", Opera and KHTML do not.
30663066

30673067
Resolution:
3068-
=Bert= Fix the tokeniser. (dbaron suggested making {w} contain comments)
3069-
[is url(/**/""/**/) allowed in 4.1.1 now? It is in G...?]
3068+
Fix the tokeniser.
3069+
Issue closed.
30703070

30713071
Testcases:
30723072
http://www.hixie.ch/tests/adhoc/css/parsing/uri/001.html
@@ -3163,6 +3163,8 @@ has to be inserted. Given that, what is the computed value of
31633163
of scrollbar')? And more specifically, what is the computed value of
31643164
"height" for the inner div?
31653165

3166+
Testcase: http://annevankesteren.nl/test/css/temp/002.htm
3167+
31663168
Resolution:
31673169

31683170
The computed value of the outer 'height' is 200px.
@@ -3213,9 +3215,24 @@ Add to the end of that section:
32133215
a scrollbar as its scrolling mechanism. See the definition of the
32143216
'overflow' property.
32153217

3216-
10.6.4: (tbd...)
3218+
10.6.4: Change:
32173219

3218-
10.6.6: (tbd...)
3220+
'top' + 'margin-top' + 'border-top-width' + 'padding-top' +
3221+
'height' + 'padding-bottom' + 'border-bottom-width' +
3222+
'margin-bottom' + 'bottom' = height of containing block
3223+
3224+
...to:
3225+
3226+
'top' + 'margin-top' + 'border-top-width' + 'padding-top' +
3227+
'height' + 'padding-bottom' + 'border-bottom-width' +
3228+
'margin-bottom' + 'bottom' + scrollbar height (if any) = height of
3229+
containing block
3230+
3231+
Add to the end of that section:
3232+
3233+
The "scrollbar height" value is only relevant if the user agent
3234+
uses a scrollbar as its scrolling mechanism. See the definition of
3235+
the 'overflow' property.
32193236

32203237
Change 11.1.1:
32213238

@@ -3227,10 +3244,12 @@ Change 11.1.1:
32273244

32283245
...to:
32293246

3230-
(tbd...)
3247+
In the case of a scrollbar being placed on an edge of the element's
3248+
box, it should be inserted between the inner border edge and the
3249+
outer padding edge. The space taken up by the scrollbars affects
3250+
the computation of the dimensions in the rendering model.
32313251

3232-
=Hixie= Work out the answer.
3233-
http://annevankesteren.nl/test/css/temp/002.htm
3252+
=Bert= Edit.
32343253
------------------------------------------------------------------------
32353254
Issue 151.
32363255
Description:
@@ -3352,9 +3371,7 @@ underlines near images, specifically whether underlines should go
33523371
under images when specified on spans that contain text other than the
33533372
image in question.
33543373
Resolution:
3355-
=Elika= ask Kevin and Molly
33563374
=Markus= ask MSN authors
3357-
=Hixie= ask Google authors
33583375
=WG= discuss once input has been received
33593376
------------------------------------------------------------------------
33603377
Issue 157.
@@ -3385,7 +3402,7 @@ Description:
33853402
selector wording
33863403
Resolution:
33873404
Change to "...may only be appended after the last simple selector of the selector"
3388-
=Bert= Edit
3405+
Issue closed.
33893406
------------------------------------------------------------------------
33903407
Issue 161.
33913408
URI: http://www.w3.org/mid/9882C98B3C3D9B45A9A5F9EDECE014D8161032A5@win-msg-01.wingroup.windeploy.ntdev.microsoft.com
@@ -3431,7 +3448,7 @@ Resolution:
34313448
CSS2.1 does not define line breaking opportunity. We all agree that there
34323449
should be no line break opportunity with floats. Proposed text addition:
34333450
"A float should not introduce a line break opportunity."
3434-
=Tantek= Add this to the end of 16.6.1, before the note.
3451+
=Bert= Add this to the end of 16.6.1, before the note.
34353452
------------------------------------------------------------------------
34363453
Issue 163.
34373454
URI: http://www.w3.org/mid/440C62EC.3080403@mit.edu
@@ -3449,7 +3466,7 @@ bz's suggestions was:
34493466

34503467
Resolution:
34513468
We accept the proposal in http://lists.w3.org/Archives/Public/www-style/2006Mar/0014
3452-
=Bert= Edit
3469+
=Bert= Edit.
34533470
------------------------------------------------------------------------
34543471
Issue 164.
34553472
URI: http://www.w3.org/mid/440CFCDC.6030301@inkedblade.net
@@ -3519,7 +3536,7 @@ In section 5.2 replace point 5 with:
35193536
font faces available to the UA.
35203537

35213538
Resolution:
3522-
=Tantek= Edit.
3539+
=Bert= Edit.
35233540
------------------------------------------------------------------------
35243541
Issue 167.
35253542
URI: http://www.w3.org/mid/o7bn2w0g7oy7x2c.160320061757@pinscher
@@ -3531,7 +3548,7 @@ Resolution:
35313548
identifiers (e.g. element names, classes, or IDs) may not." in
35323549
section 4.1.3 bullet 2.
35333550

3534-
=Tantek= Edit.
3551+
Issue closed.
35353552
------------------------------------------------------------------------
35363553
Issue 168.
35373554
URI: http://www.w3.org/mid/op.s6xfs2zg64w2qv@id-c0020.oslo.opera.com
@@ -3566,15 +3583,15 @@ URI: http://www.w3.org/mid/444FAABA.2080104@fgm.com
35663583
Description:
35673584
first issue
35683585
Resolution:
3569-
=Hixie= I'll reply.
3586+
Issue closed.
35703587
------------------------------------------------------------------------
35713588
Issues 171:
35723589
URI: http://www.w3.org/mid/444FAABA.2080104@fgm.com
35733590
Description:
35743591
second issue (9.9.1)
35753592
Resolution:
35763593
Editorial:
3577-
=Tantek= Edit.
3594+
Issue closed.
35783595
------------------------------------------------------------------------
35793596
Issues 172:
35803597
URI: http://www.w3.org/mid/444FAABA.2080104@fgm.com
@@ -3637,7 +3654,7 @@ Description:
36373654
ninth issue (16.6.1)
36383655
Resolution:
36393656
Editorial
3640-
=Tantek= Edit.
3657+
Issue closed.
36413658
------------------------------------------------------------------------
36423659
Issues 179:
36433660
URI: http://www.w3.org/mid/444FAABA.2080104@fgm.com
@@ -3727,7 +3744,8 @@ Description:
37273744
Editorial issues from Tim.
37283745
Resolution:
37293746
Editorial
3730-
=Bert= Edit.
3747+
=Bert= Edit. Please commit this change to CVS separately from the
3748+
others and then report the change version, to aid proof reading. Thanks!
37313749
------------------------------------------------------------------------
37323750
Issue 186.
37333751
URI: http://www.w3.org/mid/20060511134503.GA6122@ridley.dbaron.org

0 commit comments

Comments
 (0)