====== CSS2.1 ====== The [[http://www.w3.org/TR/CSS21/|CSS2.1 specification]] is a revision of of [[http://www.w3.org/TR/REC-CSS2/|CSS2]] that corrects many errors and omissions in the CSS2 Recommendation. It has also dropped unimplemented features and introduced a handful of minor new ones. There is an [[http://www.w3.org/Style/css2-updates/CR-CSS21-20070719-errata.html|errata document]] for CSS2.1. Last updated 2010-08-05 -- fantasai ===== Current Issues ===== The following are known problems in the [[http://www.w3.org/TR/2009/CR-CSS2-20090423/|23 April 2009 CSS2.1 Candidate Recommendation]]. Once resolved, any resulting changes or corrections will be added to the [[http://www.w3.org/Style/css2-updates/CR-CSS2-20090423-errata.html|errata list]]. TODO: Audit issues list and make sure each issue has tests in the test suite. Then institute policy that issues cannot be marked as closed until there is a test checked in for that issue. ==== Issue 25 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2007Dec/0167.html http://lists.w3.org/Archives/Public/www-style/2008Jul/0575.html ;Summary : Define what effect } has in style attribute syntax. ;Resolution : A mismatched close brace in a style attribute is treated as an invalid token. It does not terminate the style attribute's style data. ;Status : Closed. See CSS Styling attributes spec ;Testcases : http://test.csswg.org/source/contributors/fantasai/submitted/css-style-attr/ ==== Issue 26 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2007Dec/0252.html ;Summary : Does vertical-align affect cell contents or cell's content box? ;Testcase : http://dbaron.org/css/test/2007/height-of-cell-box ;Testcase : http://www.brunildo.org/test/td_height1.html ;Proposal : Proposal in http://lists.w3.org/Archives/Public/www-style/2007Dec/0252.html and http://lists.w3.org/Archives/Public/www-style/2007Dec/0253.html but needs resolution on open question in the latter proposal; see http://lists.w3.org/Archives/Public/www-style/2008Jan/0004.html and http://lists.w3.org/Archives/Public/www-style/2010Mar/0418.html ;Resolution : ''height'' on table cell should be a minimum height for the row, not a minimum height for an anonymous box wrapped around the cell's contents ;Proposed text : http://lists.w3.org/Archives/Public/www-style/2010Jun/0048.html ;Resolution : Proposed text accepted with "see above" and "s/specified/computed/" changes suggested in http://lists.w3.org/Archives/Public/www-style/2010Jun/0049.html ;Status : Open. =Bert= Edit. ;Testcases : table-valign-001 and table-valign-002 ==== Issue 53 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Jun/0227.html ;Summary : Interaction of pre* and justification poorly defined. ;Proposal A : http://lists.w3.org/Archives/Public/www-style/2010Jun/0457.html ;Proposal B : http://lists.w3.org/Archives/Public/www-style/2010Jul/0055.html ;Test cases : * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_16/text-align-white-space-001.xht - IE8: Pass, FF3.6: Pass, O10.5: Pass, S4: Fail, C4: Pass * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_16/text-align-white-space-002.xht - IE: Pass, FF: Fail, O: Fail, S: Fail, C: Fail * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_16/text-align-white-space-003.xht - IE: Pass, FF: Pass, O: Pass, S: Pass, C: Pass * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_16/text-align-white-space-004.xht - IE: Pass, FF: Pass, O: Pass, S: Pass, C: Pass ;Resolution : Proposal A accepted. Add note that pre-wrap may allow justification in the future. ;Status : Open. =Bert= Edit. ;Testcases : text-align-white-space-001 through text-align-white-space-004 ==== Issue 56 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Apr/0460.html ;URL : http://lists.w3.org/Archives/Public/www-style/2008Aug/0155.html ;Summary : Should text-decoration propagate through internal table elements? ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0334.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : text-decoration-propagation-006 [could also use one for display: table] ==== Issue 60 ==== ;URL : http://dev.moonhenge.net/css21/spec/z-index/ ;See also : http://lists.w3.org/Archives/Public/www-style/2006Oct/0017.html ;Summary : Z-index and stacking behavior prose needs revision (See also Issue 60a) ;Testcases : http://lists.w3.org/Archives/Public/www-style/2008Oct/0263.html ;Proposal input : http://lists.w3.org/Archives/Public/www-style/2008Oct/0238.html and http://lists.w3.org/Archives/Public/www-style/2008Oct/0240.html ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Mar/0417.html ;Resolution : Exact text deferred to Sylvain, Bert to check that it is only editorial changes. ;Final Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0496.html http://lists.w3.org/Archives/Public/www-style/2010Jun/0515.html ;Status : Open. =Bert= Review and edit. ;Testcases : n/a (editorial) ==== Issue 61 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Jun/0264.html http://lists.w3.org/Archives/Public/www-style/2008Sep/0118.html ;Summary : percentage table row heights should be undefined, not auto ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009Jun/0116.html ;Resolution : proposal accepted ;Status : Closed. ;Testcases : n/a (undefined) ==== Issue 69 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Aug/0126.html ;Summary : fixed background images not defined for paged media ;Proposal : Add "In paged media where there is no viewport, a ‘fixed’ background is fixed with respect to the page box and is therefore replicated on every page." (Copied from css3-background) ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : background-attachment-010 ==== Issue 71 ==== ;URL : ;Summary : @rules in unexpected contexts should parse as @rules. ;Old Resolution : @rules inside declaration blocks are ignored if between declarations (i.e. at the beginning of a declaration before the property), invalid if within declarations. ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Apr/0447.html changes a, b (optional), c (optional), and d. ;Resolution : Bert's proposal accepted ;Status : Open. =Bert= Edit. ;Testcases : at-page-rule-001 and declarations-009 ==== Issue 72 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Sep/0152.html ;Summary : extra columns in fixed tables are rendered ;Proposal : http://lists.w3.org/Archives/Public/www-style/2008Sep/0152.html plus say that column and table widths are undefined when extra cells are present in fixed layout ;Resolved : Proposal accepted. ;Status : Closed. ;Testcases : n/a (undefined) ==== Issue 73 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Sep/0216.html ;Summary : URL grammar and comments ;Proposal : No change. Comments are not allowed inside url(). Add a note to clarify. ;Resolution : Proposal accepted. ;Proposed Note : In Section 4.3.4 add the following paragraph (best place is probably after "Depending on the type of URI...": "Since URIs may contain characters that would otherwise be used as delimiters in CSS, the entire URI value must be treated as a single unit by the tokenizer and normal tokenization behavior does not apply within a URI value. Therefore comments are not allowed within a URI value." ;Status : =Bert= Edit. ;Testcases : uri-016 ==== Issue 75 ==== Duplicate of Issue 73 ==== Issue 84 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Oct/0294.html http://lists.w3.org/Archives/Public/www-international/2008OctDec/0002.html http://lists.w3.org/Archives/Public/www-international/2008OctDec/0007.html ;Summary : Should white-space apply to IDEOGRAPHIC SPACE ;Proposal : http://lists.w3.org/Archives/Public/www-style/2008Oct/0356.html ;Extended Proposal : http://lists.w3.org/Archives/Public/www-style/2008Nov/0082.html ;Resolution : Proposals accepted. ;Status : =Bert= Edit. ;Testcases : word-spacing-characters-001 through word-spacing-characters-003 ==== Issue 86 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Nov/0298.html ;Summary : Position of list-item marker in presence of floats, text-align ;Proposal : Add "The position of the list-item marker adjacent to floats is undefined in CSS2.1." ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (undefined) ==== Issue 89 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2008Jan/0297.html ;Summary : Page breaks should be allowed between last line box and content edge. ;Proposal : Copy text from http://dev.w3.org/csswg/css3-page/#allowed-pg-brk ;Resolution : Proposal accepted. ;Status : Closed. ;Testcases : allowed-page-breaks-005 through allowed-page-breaks-007b ==== Issue 101 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jan/0445.html ;Summary : Float rules when interacting with floats outside containing block ;Test case : http://test.csswg.org/source/contributors/microsoft/incoming/float-overflow-001.htm ;Status : Open =WG= discuss and verify test case ==== Issue 107 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Feb/0378.html ;Summary : Clarify relative positioning computed values and whether calculations in section 9 affect computed or used values ;Test cases : http://test.csswg.org/source/contributors/microsoft/incoming/computed-or-used-001.xht ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0447.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : relpos-calcs-001 through relpos-calcs-007 ==== Issue 109 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0060.html http://lists.w3.org/Archives/Public/www-style/2009Mar/0077.html ;Summary : anonymous table objects and table rows (and white space) ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010May/0071.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ==== Issue 110 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Mar/0489.html ;Summary : anonymous table objects and abspos ;Proposal A (abspos ignored) : http://lists.w3.org/Archives/Public/www-style/2010Jul/0372.html ;Proposal B (abspos placeholders) : http://lists.w3.org/Archives/Public/www-style/2010Jul/0404.html ;Resolution : Proposal B accepted. ;Status : Open. =Bert= Edit. ;Testcases : table-anonymous-objects-* ==== Issue 111 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0070.html ;Summary : synchronize font-weight: bolder/lighter changes with any accepted for css3-fonts ;Notes : See also issue 156 ;Proposal 1 : http://lists.w3.org/Archives/Public/www-style/2009May/0145.html ;Proposal 2 : http://lists.w3.org/Archives/Public/www-style/2010Mar/0349.html ;Resolution : Proposal 1 accepted. ;Status : Open. =Bert= Edit. =jdaggett= update testcases ==== Issue 114 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Apr/0325.html ;Summary : font-family syntax ambiguous ;Proposal 1 : http://lists.w3.org/Archives/Public/www-style/2010Mar/0369.html ;Proposal 2 : http://lists.w3.org/Archives/Public/www-style/2010Mar/0395.html ;Testcases : * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-invalid-characters-001.xht * IE8: Fails: # + / * FF3.6: Pass * O10.51: Fails: @ # * / * S4.0.5: Pass * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-invalid-characters-002.xht * IE8: Fail * FF3.6: Fail * O10.51: Fail * S4.0.5: Pass * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-invalid-characters-003.xht * IE8: Pass * FF3.6: Pass * O10.51: Fail - test{foo} accepted as font name * S4.0.5: Fail - matching pair of {} bug when } closes block * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-invalid-characters-004.xht * IE8: Fail - Matching pair of [] continues to ; * FF3.6: Fail - Matching pair of [] continues to ; * O10.51: Fail - Matching pair of [] continues to ; * S4.0.5: Fail - Matching pair of [] closes at first ; Does not respect matching pair of rule * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-invalid-characters-005.xht * IE8: Fail - matched double and single quotes treated as valid inside font names * FF3.6: Pass * O10.51: Fail - matched double and single quotes treated as valid inside font names * S4.0.5: Fail - matched double and single quotes treated as valid inside font names, and open quotes closed at first ; matching pair not respected * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-invalid-characters-006.xht * IE8: Fail - matched single quotes treated as valid inside font names * FF3.6: Pass * O10.51: Fail - matched single quotes treated as valid inside font names * S4.0.5: Fail - matched single quotes treated as valid inside font names, and open quotes closed at first ; matching pair not respected * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-valid-characters-001.xht * All: Pass * http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_15/font-family-valid-characters-002.xht * IE8: Pass * FF3.6: Fail - 5testfoo, testfoo 5-0, 5foo, -5, -5bar, 5_0, -5testfoo, 1996 * O10.51: Fail - 5testfoo, -5testfoo, 1996 * S4.0.5: Fail - 5testfoo, testfoo 5-0, 5foo, -5, -5bar, 5_0, -5testfoo, 1996 ;Resolution : ident+ syntax (proposal 1) adopted ;Status : Open. =Bert= Edit. ;Testcases : font-family-valid-characters-* font-family-invalid-characters-* ==== Issue 115 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0282.html ;Summary : zero clearance needs to be distinguished from not having clearance ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Apr/0484.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : clearance-006 ==== Issue 116 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0004.html (Issues 1, 2, 6) ;Summary : Editorial issues for chapter 9 and 10 ;Resolution : Issues 1, 2, and 6 assumed editorial. ;Status : Closed. ;Testcases : n/a (editorial) ==== Issue 117 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0004.html (Issues 4 and 10) ;Summary : Vertical alignment underdefined. Testcases in URL. ;Resolution : State that behavior described in 4a is undefined. For 4b and 4c, drop item 4 from list and add parenthetical to item 3 saying that the strut is taken into consideration. Accept 10a. For 10b, add a note saying that baseline info is found in the font and this may be further explained in CSS3. ;Status : Open. =Bert= Edit. ==== Issue 118 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0004.html (Issue 7) ;Summary : Inline layout inappropriately defines line-height in terms of glyphs ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jul/0073.html ;Resolution : Bert's proposal accepted with Steve's suggestions ;Status : Open. =Bert= Incorporate [[http://lists.w3.org/Archives/Public/www-style/2010Aug/0051.html|szilles' comments]] into proposal (see [[http://lists.w3.org/Archives/Public/www-style/2010Aug/0395.html|result]]) and edit. ==== Issue 119 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0004.html (Issue 8) ;Summary : Reference to undefined term "block's baseline" ;Proposal : Remove "block's". Complete proposal at http://lists.w3.org/Archives/Public/www-style/2010May/0567.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 120 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0004.html (Issue 8) ;Summary : Spec talks about blocks but leaves out table-caption etc. ;Proposal : Define table-caption etc. to format their contents exactly like blocks, and remove all explicit lists (and just talk about blocks) elsewhere so we don't keep getting out-of-sync. http://lists.w3.org/Archives/Public/www-style/2010Aug/0399.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 121 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Mar/0004.html (Issue 9) ;Summary : Rewrite paragraph about lines being exactly 'line-height' to be accurate and precise ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit and send to www-style for review. ;Testcases : n/a (editorial) ==== Issue 122 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009May/0080.html http://lists.w3.org/Archives/Public/www-style/2009May/0082.html ;Summary : spec should not define "sans-serif" to mean something different from what it means to font designers ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009May/0081.html ;Resolution : dbaron's proposal accepted ;Status : Open. =Bert= Edit ;Testcases : n/a (editorial) ==== Issue 123 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009May/0030.html ;Summary : Don't ignore end of block when parsing @rule. ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009May/0054.html ;Resolution : Bert's first proposal accepted with comma before second "or". ;Status : Closed. ;Testcases : at-rule-013 ==== Issue 124 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009May/0030.html ;Summary : Grammar errors ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009May/0054.html ;Resolution : Defer to Bert ;Status : Closed. ;Testcases : n/a (grammar errors) ==== Issue 125 ==== ;Summary : descendants misspelled as descendents in definition of 'hidden' for 'visibility' (section 11.2) ;Resolution : Assumed editorial. ;Status : Closed. (Subsumed by issue 126?) ;Testcases : n/a (editorial) ==== Issue 126 ==== ;Summary : spec needs a spell check ;URL : http://lists.w3.org/Archives/Public/www-archive/2009Jun/0054.html http://lists.w3.org/Archives/Public/www-archive/2009Jun/0053.html ;Resolution : Assumed editorial. ;Status : Closed. ;Testcases : n/a (editorial) ==== Issue 127 ==== ;Summary : table caption figure caption needs updating ;URL : http://lists.w3.org/Archives/Public/www-style/2009May/0173.html ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ==== Issue 128 ==== ;Summary : display: run-in needs clarification ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jul/0025.html ;Resolution : http://lists.w3.org/Archives/Public/www-style/2009Nov/0249.html ;Status : Open. =Bert= Edit. ==== Issue 129 ==== ;Summary : Reduce backup in tokenizer ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jun/0164.html ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009Jun/0164.html ;Resolution : Proposal accepted. ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009Aug/0104.html ;Resolution : Change grammar to avoid backup. ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0368.html ;Testcase : http://lists.w3.org/Archives/Public/www-style/2010Aug/0417.html ;Resolution : Bert's proposal accepted. ;Status : Open. =Bert= Edit, but also deal with http://lists.w3.org/Archives/Public/www-style/2010Aug/0577.html ==== Issue 130 ==== ;Summary : Undefined keywords mentioned in font-family ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jun/0141.html ;Proposal : Remove 'initial' and 'default' from example list, remove 'e.g.' to make it normative, and add a sentence that says "'initial' and 'default' are reserved as keywords for future use and must be quoted when used as font names." ;Status : Closed. ;Testcase : font-family-rule-010 and font-family-rule-011 ==== Issue 131 ==== ;Summary : Add subject to mailto: url for www-style ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jun/0137.html ;Proposal : Change to mailto:www-style@w3.org?subject=%5bCSS21%5d%20%E2%80%A6summary%20of%20comment%E2%80%A6 ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 132 ==== ;Summary : Fix typos in font names ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jun/0136.html ;Resolution : Assumed editorial. ;Status : Closed. ;Testcases : n/a (editorial) ==== Issue 133 ==== ;Summary : Ambiguity for row-group-heights ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jun/0120.html ;Proposal : Say that row-group heights are undefined ;Resolution : Proposal accepted. ;Status : Closed. ;Testcases : n/a (undefined) ==== Issue 134 ==== ;Summary : percentage values of relative offsets ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jun/0056.html ;Test case : http://test.csswg.org/suites/css2.1/20100815/html4/position-relative-nested-001.htm ;Resolved : No change to spec. Testcase needs update to require exact centering. ;Status : Closed. ==== Issue 135 ==== ;Summary : percentage values of relative offsets ;URL : http://lists.w3.org/Archives/Public/www-style/2009May/0172.html ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009Jul/0039.html ;Resolution : Assumed editorial. ;Status : Closed. ;Testcases : n/a (editorial) ==== Issue 136 === ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jul/0059.html ;Summary : Add -tc- vendor prefix (for TallComponents) to 4.1.2.2? ;Resolution : Assumed editorial. ;Status : Closed. ;Testcases : n/a (editorial) ==== Issue 137 === ;URL : http://lists.w3.org/Archives/Public/www-style/2009Sep/0247.html ;Summary : Do anonymous blocks become the containing block for floats or inline-blocks? ;Proposal : Percentage calculations ignore anonymous blocks. http://lists.w3.org/Archives/Public/www-style/2010Jul/0226.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcase : anonymous-boxes-001 ==== Issue 138 === ;URL : http://lists.w3.org/Archives/Public/www-style/2009Sep/0068.html ;URL : http://lists.w3.org/Archives/Public/www-style/2009Sep/0295.html ;Summary : Does relatively positioning a float's parent also offset the float? ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jul/0329.html ;Resolution : Proposal accepted with s/block/inline/ at the very end. ;Status : Open. =Bert= Edit. ;Testcases : block-in-inline-relpos-001 and block-in-inline-relpos-002 ==== Issue 139 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Oct/0206.html ;Summary : The url token allows a backslash both as the first character in an {escape} and on its own. It should never be on its own. ;Proposal : Change to ''([!#$%&*-\[\]-~]|{nonascii}|{escape})*'' (see the e-mail) ;Status : Open. =Bert= Edit. ==== Issue 140 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Oct/0262.html ;Summary : Error in core grammar wrt garbage input inside brackets ;Resolution : Accept in principle to change the grammar for 140 and note that we won't use the additional capabilities (exact wording tbd). ;Status : Open. =Bert= Write proposal. ==== Issue 141 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Oct/0294.html ;Summary : ex on font-size should depend on parent element ;Resolution : Agreed this needs to be fixed to behave just like em. ;Status : Open. =Bert= Edit. ;Testcases : font-size-113 ==== Issue 142 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Sep/0126.html #4 ;Summary : clarify terms like "ancestor box", whether referring to formatting structure or document tree. Spec contains only 3 instances of ancestor box. They are all in section 10.1. ;Resolution : Agreed this is ambiguous ;Status : Open. =Bert= Propose text. ==== Issue 143 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Nov/0022.html ;Summary : unclear whether default attributes can be matched ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009Nov/0047.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : default-attribute-selector-001 through default-attribute-selector-008 ==== Issue 144 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Nov/0200.html ;Summary : text-decoration and visibility ;Testcases : http://test.csswg.org/suites/css2.1/20100727/html4/chapter-16.html#s16.3.1 text-decoration-visibility-* ;Resolved : Leave undefined for CSS2.1. (Add note to clarify, TBD in CSS3.) ;Status : Open. =Bert= Edit. =fantasai= Remove tests from CSS2.1 build. ==== Issue 145 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Nov/0300.html ;Summary : wrt BIDI forced line breaks should act like LS not CR/LF ;Resolution : No change. Forced breaks are paragraph separators. Need clarification to text that LS's bidi behavior is not overridden. ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0459.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : bidi-breaking-001 and bidi-breaking-002 ==== Issue 146 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Dec/0052.html ;Summary : marker boxes should not be optional ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 147 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Nov/0324.html ;Summary : scaling of width of replaced elements ambiguous ;Resolved : Remove sentence pointed out in http://lists.w3.org/Archives/Public/www-style/2009Dec/0322.html ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 148 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Jan/0432.html ;Summary : Add 'unicode-bidi: embed' to all block-level elements in the sample HTML4 style sheet ;Resolved : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (informative) ==== Issue 149 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Jan/0058.html ;Summary : pt:px ratios other than based on 96dpi breaks web ;Proposal : Fix 96px per inch. Whether inches fixed to reality or pixels fixed to screen res / viewing distance / something else may vary by UA. (Print would match real inches, screens tend to align with viewing distance and/or screen res.) ;Proposed text : http://fantasai.inkedblade.net/style/specs/css2.1/px-unit ;Proposed text : http://fantasai.inkedblade.net/style/specs/css2.1/pt-unit ;Resolution : px-unit proposal accepted. ;Status : Open. =Bert= Edit. ;Testcase : Delete c61-phys-len-000.xht ; 96dpi assumption is made in many testcases doesn't need its own at this point. ==== Issue 150 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Feb/0041.html ;Summary : Change "Every CSS2.1 property" to "Every CSS property" in 4.1.8 ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 151 ==== ;URL : http://www.w3.org/2010/03/11-fx-irc#T20-47-31 ;Summary : Make non-presentational hints section workable for SVG ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0487.html [note: 6.4.4 example would also need an update] ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 152 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Mar/0175.html ;Summary : Don't require quoting of commas in URL tokens ;Resolution : Update prose to not require quoting of commas in URL tokens ;Status : Open. =Bert= Edit. ;Testcases : uri-014 ==== Issue 153 ==== ;URL : http://lists.w3.org/Archives/Public/public-css-testsuite/2010Jan/0030.html ;Summary : Clarify which box of a replaced element is vertical-aligned ;Testcase : http://www.w3.org/Style/CSS/Test/CSS2.1/20100127/html4/c44-ln-box-002.htm ;Testcase : data:text/html;charset=utf-8,%3C!DOCTYPE%20html%3E%0D%0A%3Cp%20style%3D%22border%3A%201px%20solid%20gray%3B%22%3E%3Cspan%20style%3D%22background%3A%20silver%3B%22%3E__Xx-%20%3Cimg%20src%3D%22http%3A%2F%2Ftest.csswg.org%2Fsource%2Fapproved%2Fsupport%2Fsquare-purple.png%22%20style%3D%22vertical-align%3A%20middle%3B%20margin-top%3A%20100px%3B%20border%3A%20solid%2010px%20aqua%3B%20border-bottom-width%3A%2040px%3B%22%3E%20-xX___ ;Proposal : "In the following definitions, for replaced, inline-block, and inline-table elements, the box used for alignment is the margin box. For inline non-replaced elements, the box used for alignment is undefined." ;Second proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0570.html ;Resolution : Second proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : vertical-align-boxes-001 ==== Issue 154 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009May/0079.html ;Summary : Add diagrams and examples for line-height and vertical-align terms ;Status : Open. =arronei, zwol, and jdaggett= Come up with image. ==== Issue 155 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Jun/0285.html ;Summary : Encoding errors in bibliography ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 156 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009May/0198.html ;Summary : Make font weight mapping rules normative ;Notes : See also issue 111 :Resolution : use "Once the font family's weights are mapped onto the CSS scale, missing weights are selected as follows:" as the introductory sentence, then add bulleted list from http://lists.w3.org/Archives/Public/www-style/2010Mar/0538.html since CSS2.1's wording misses a few cases. ;Status : Open. =Bert= Edit. =jdaggett= find or write testcases ==== Issue 157 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Feb/0086.html ;Summary : Clarify clearance "greater of" calculation (add Bert's example?) ;Example : http://lists.w3.org/Archives/Public/www-style/2009Feb/0108.html ;Explanation : http://lists.w3.org/Archives/Public/www-style/2009Feb/0120.html ;Resolution : Add Bert's example to the spec. ;Status : Open. =Bert= Edit. ;Testcases : margin-collapse-clear-? ==== Issue 158 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Jan/0516.html ;Summary : Antecedents in clearance and margin collapsing prose unclear ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0681.html ;Response to proposal : http://lists.w3.org/Archives/Public/www-style/2010Jul/0523.html (dbaron) ;New proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0458.html ;Status : Open. =WG= Discuss. ==== Issue 159 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Feb/0015.html ;Summary : Clarify definition of adjoining margins ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0391.html ;Status : Open. =WG= Review, then discuss. ==== Issue 160 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Feb/0637.html ;Summary : Specify whether first page is :left or :right? ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0493.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : first-page-selectors-001 through first-page-selectors-004 ==== Issue 161 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Feb/0308.html ;Summary : Sentence about clipping descendants is confusing, remove or clarify? ;Proposal : http://lists.w3.org/Archives/Public/www-style/2009Mar/0001.html + Replace sentence with "Note that absolutely positioned descendant elements are not always clipped by the overflow property on their ancestors." ? ;Resolution : Accepted change http://lists.w3.org/Archives/Public/www-style/2010Apr/0389.html ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 162 ==== ;URL : http://www.w3.org/TR/2010/WD-html-bidi-20100304/#lists ;Summary : The side of a list bullet should depend on the directionality of its parent, not the list-item itself. ;Resolved : No change to CSS2.1. Will accept a note showing alternate way to achieve this effect. Possibly address in CSS3. ;Status : Closed. ;Testcase : list-bidi-000 ==== Issue 163 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Feb/0080.html ;Demo : http://dump.testsuite.org/2010/width-computed-value.htm ;Summary : computed value definition for 'height' and 'width' is wrong ;Proposal : remove "; 'auto' if the property does not apply" ;Resolved : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : width-inherit-001 and height-inherit-001 ==== Issue 164 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Mar/0486.html ;Summary : An example is invalid HTML4. ;Resolution : Assumed editorial. ;See also : http://lists.w3.org/Archives/Public/www-style/2010Mar/0511.html ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 165 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Mar/0539.html http://lists.w3.org/Archives/Public/www-style/2010Mar/0544.html ;Summary : Determine whether overflowing floats are sensitive to bidi ;Testcase : http://www.hixie.ch/tests/adhoc/css/box/float/047-demo.html ;Resolution : No change. ;Status : Closed. ;Testcases : floats-147 ==== Issue 166 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Apr/0274.html ;Summary : Clarify different uses of term "value" as "property value" or "component value" ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jul/0225.html ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 167 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2010Feb/0150.html ;URL : http://lists.w3.org/Archives/Public/www-style/2010Feb/0210.html ;Summary : Backslash escapes poorly defined ;Old proposal : http://lists.w3.org/Archives/Public/www-style/2010Feb/0221.html ;Response to old proposal : http://lists.w3.org/Archives/Public/www-style/2010Jun/0658.html ;New Proposal : http://lists.w3.org/Archives/Public/www-style/2010Jul/0289.html + http://lists.w3.org/Archives/Public/www-style/2010Aug/0052.html ;Resolution : New proposal accepted with Bert's changes. ;Status : Open. =Bert= Edit. ==== Issue 168 ==== ;URL : http://lists.w3.org/Archives/Public/www-style/2009Feb/0455.html ;Summary : Specify case of Armenian numbering ;Status : Open. =Bert= Edit. ;Testcases : list-style-type-armenian-001 and list-style-type-armenian-002 ==== Issue 169 ==== ;Summary : Normative statement about OOF elements and break opportunities should not be in note ;Proposal : Replace sentence "A float should not introduce a line break opportunity." with "Floated and absolutely-positioned elements do not introduce a line breaking opportunity." from the note below below it ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 170 ==== ;Summary : min-height / max-height on table rows and cells poorly defined ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jun/0049.html http://lists.w3.org/Archives/Public/www-style/2010Jun/0443.html ;Resolution : Make min-height / max-height on table rows, cells, and rowgroups undefined. ;Status : Open. =Bert= Edit. ;Testcases : n/a (undefined) ==== Issue 171 ==== ;Summary : box ancestry of list-style-position: inside marker undefined ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jun/0494.html ;Notes : See CSS3 Lists ;Status : Open. =Bert= Edit. ;Testcases : list-style-position-inside-002 ==== Issue 172 ==== ;Summary : table-caption content overflows ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jun/0404.html ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0404.html ;Testcase : http://www.gtalbot.org/BrowserBugsSection/css21testsuite/horizontal-layout-table-vs-caption-boxes-1.html ;Resolution : Proposal accepted: caption width influences table width as if contained in a table-spanning cell. fantasai to tweak proposal as noted in minutes to be more clear ;Status : Open. =fantasai= Update proposal as noted in minutes. ==== Issue 173 ==== ;Summary : handling of carriage returns underdefined ;URI : http://lists.w3.org/Archives/Public/www-style/2010May/0158.html ;Status : Open. =fantasai= Figure out what hsivonen needs and clarify intention of current text. =WG= Decide which characters map to "line break character" in the algorithm. ==== Issue 174 ==== ;Summary : prose and grammar disagree about identifiers starting with -- ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jun/0619.html ;Testcase : http://dbaron.org/css/test/2010/css21-issue-174 ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : ident-020 ==== Issue 175 ==== ;Summary : Clarify that case-insensitive means ASCII case-insensitive per 4.1.3 ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0283.html ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ;Testcases : case-sensitive-001 through case-sensitive-004 ==== Issue 176 ==== ;Summary : Update reference to 3066 to BCP47 ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0288.html ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 177 ==== ;Summary : Random editorial issues ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0384.html ;Resolution : Assumed editorial. (Note that the last change to 16.6.1 is already [[#issue-169|issue 169.]] ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 178 ==== ;Summary : 8.3.1 margin-collapsing rules don't match reality ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0525.html ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0528.html ;Status : Closed. INVALID ==== Issue 179 ==== ;Summary : Example in anonymous block boxes section is wrong ;URI : http://lists.w3.org/Archives/Public/www-style/2010Aug/0005.html ;Resolution : Assumed editorial. (Already fixed by [[#issue-164|issue 164.]]) ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 180 ==== ;Summary : Clarify application of 10.6.7 ;URI : http://lists.w3.org/Archives/Public/www-style/2010Aug/0000.html http://lists.w3.org/Archives/Public/www-style/2010Aug/0002.html ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0016.html + http://lists.w3.org/Archives/Public/www-style/2010Aug/0017.html + fix section title somehow ;Resolution : Assumed editorial. ;Status : Open. =Bert= Fix title and add edits to Changes + errata. ;Testcases : n/a (editorial) ==== Issue 181 ==== ;Summary : use of 'height' in 10.8 causes confusion over content height and line-height wrt inline elements ;URI : http://lists.w3.org/Archives/Public/www-style/2010Aug/0010.html ;Status : Open. Needs complete proposal. Post-LC OK. ==== Issue 182 ==== ;Summary : Term "row group" not defined. ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0515.html ;Resolution : Assumed editorial. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 183 ==== ;Summary : Error handling of malformed media types underdefined. ;URI : http://lists.w3.org/Archives/Public/www-style/2010Aug/0025.html ;Status : Open. Needs proposal. ==== Issue 184 ==== ;Summary : Unclear that pseudo-elements are considered a subclass of elements. ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0438.html ;Proposal : Add "Pseudo-elements behave just like real elements in CSS with the exceptions described below and _elsewhere_." to 5.12 ;Resolution : Proposal accepted. ;Status : Open. =Bert= Edit. ;Testcases : n/a (editorial) ==== Issue 185 ==== ;Summary : Browsers don't shorten line boxes for zero-height floats. ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0527.html ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0178.html ;Resolution : Proposal accepted with modifications as written in the [[http://lists.w3.org/Archives/Public/www-style/2010Aug/0185.html|minutes]] ;Status : Open. =Bert= Edit. ;Testcases : float-006 ==== Issue 186 ==== ;Summary : Make Appendix G grammar non-normative, or at least inferior to Chapter 4 core grammar ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0501.html ;Resolution : Accepted to make Appendix G informative. ;Status : Open. =Bert= Edit. ==== Issue 187 ==== ;Summary : bidi behavior of inline-blocks and inline-tables ;URI : http://lists.w3.org/Archives/Public/www-style/2010Jul/0391.html ;Resolution : Accepted. ;Proposal : http://lists.w3.org/Archives/Public/www-style/2010Aug/0465.html ;Status : Open. =fantasai= Fix proposal =fantasai= give testcases pass/fail conditions ==== Issue 188 ==== ;Summary : Example refers to clipping by "containing block"; should be "padding box of