Skip to content

Commit 7bfa55e

Browse files
committed
[css2] Updated
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401037
1 parent fe8a96f commit 7bfa55e

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

css2/issues.db

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,32 @@ Keep 'avoid' value on 'page-break-before' property Ok - 1997-09-27 1997-10-16 ye
2929
Clarify that the shape of the "box coordinate system" is rectangular Yes - 1997-09-27 1998-02-04 yes 12
3030
Add 'fixed' as a value on 'position'. The effect will be analogous to the 'fixed' value on 'background' Yes - 1997-09-27 1998-02-04 yes 11
3131
Case of selectors. Are both allowed (give better explanation) More info about case given San Jose ftf 1997-09-19 1997-09-25 yes 1
32-
Who is in charge of media types? Should CSS specify that unknown media types are likely to be broken in future versions of the language? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0109.html 1998-02-04 not yet no 69
33-
Is this legal: LINK[rel="parent"] { .. } - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0105.html 1998-02-04 not yet no 68
32+
Who is in charge of media types? Should CSS specify that unknown media types are likely to be broken in future versions of the language? Note added to spec http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0109.html 1998-02-04 1998-02-20 yes 69
33+
Is this legal: LINK[rel="parent"] { .. } Yes. Display of head elements not strictly illegal in HTML 4.0. But don't expect display changes to work! http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0105.html 1998-02-04 1998-02-20 yes 68
3434
Named pages? CSS3 http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0074.html 1998-01-29 1998-02-13 yes 67
35-
Anomaly between 'display' and 'speak': 'display' cannot be overridden by children but 'speak' can - Ian 1998-01-28 not yet no 66
36-
Ability to specify blink rate? - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0199.html 1998-01-23 not yet no 65
35+
Anomaly between 'display' and 'speak': 'display' cannot be overridden by children but 'speak' can speak not same as display, use display to cancel descendents Ian 1998-01-28 1998-02-20 yes 66
36+
Ability to specify blink rate? No interest from WG, no proposals http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0199.html 1998-01-23 1998-02-20 yes 65
3737
Only encodings that support the ASCII character set may be used for syntactic purposes Section added to syndata.src on subject of encodings http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0013.html 1998-01-23 1998-02-11 yes 64
3838
Allow a "minimize" value for 'display'? - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0173.html 1998-01-23 not yet no 63
3939
keep-together (or break-inside) property? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0008.html 1998-01-21 not yet no 62
40-
What are values for <font-face-name> for the 'src' descriptor? - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0104.html 1998-01-20 not yet no 61
40+
What are values for <font-face-name> for the 'src' descriptor? The format is a keyword. See list. http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0104.html 1998-01-20 1998-02-20 no 61
4141
Allow 'active' pseudo class on other elements (e.g., buttons)? - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0039.html 1998-01-20 not yet no 60
4242
Setting language based on CLASS (or other attributes) by using style sheet rules No, use DOM http://lists.w3.org/Archives/Member/w3c-css-wg/1997JulSep/0257.html 1997-09-22 1998-02-19 yes 6
4343
Should the definition of whitespace be expanded to (1) include comments (2) resemble that of HTML (space, tab, form feed, zero-width space, and line breaks (CR, LF, and CRLF)? zero-width space not allowed (see grammar) Ian 1998-01-20 1998-02-11 yes 59
4444
Should newlines be allowed in strings? If so, what representation? yes, use backslash-A Bert 1998-01-15 1998-02-11 yes 58
45-
We need more XML examples! - Editors 1998-01-15 not yet no 57
45+
We need more XML examples! They are being added... Editors 1998-01-15 1998-02-20 no 57
4646
How is BUTTON element handled? (Horizontal block formatting with inline children) - Bert/Hakon 1998-01-15 not yet no 55
47-
Inheritance of HTML lang/dir attributes - Bert/Hakon 1998-01-15 not yet no 54
47+
Inheritance of HTML lang/dir attributes 'direction' property inherited. Nothing for 'lang' (see quotes property) Bert/Hakon 1998-01-15 1998-02-20 yes 54
4848
Add i18n information (including bidi info) to spec Whoops, see 45 Ian/Berty 1998-01-15 1998-02-04 no 53
4949
Missing automatic numbering section Whoops, see 44 Ian 1998-01-15 1998-02-04 no 52
5050
What is final syntax of selectors? People seem ok with current syntax Ian 1998-01-15 1998-02-13 yes 51
5151
Explain interaction of relative positioning and the writing direction of the element - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 not yet no 49
52-
Can backslash-escapes be processed by a preprocessors, as in Java? No, they cannot. Explain. - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 not yet no 48
52+
Can backslash-escapes be processed by a preprocessors, as in Java? No, they cannot. Explain. Preprocessors cannot manipulate all backslashes http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 1998-02-20 no 48
5353
Does CSS need the equivalent of "META...charset=xxx" in HTML? @charset (see new syndata.src) http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 1998-02-11 yes 47
5454
Make sure there is a selector that can match "fr" in LANG="fr-ca" Added |= http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 1998-02-13 yes 46
5555
Make bidi compatible with HTML4, explain bidi for generated text, explain bidi issues in CSS style sheets themselves (action Bert + MartinD) direction/unicode-bidi properties http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 1998-02-13 yes 45
56-
Number formatting for lists (MartinD to propose new numbering schemes) - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 not yet no 44
57-
More examples for how font composition works - http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 not yet no 43
56+
Number formatting for lists (MartinD to propose new numbering schemes) Martin gave list http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 1998-02-20 yes 44
57+
More examples for how font composition works Chris will add at least one more http://lists.w3.org/Archives/Member/w3c-css-wg/1997OctDec/0179.html 1997-11-26 1998-02-20 no 43
5858
If a block (incl. positioned boxes and cells) has a height diffeerent from its natural height, how is the content positioned. Xanthus proposes 'content-align: top|bottom|center'. For cells we need more. - http://www.xanthus.se/ 1997-11-09 not yet no 42
5959
Style on ALT text of an IMG. - StevenP 1997-11-07 not yet no 41
6060
Add generated text and numbering (sections 15.7 15.8) Added StevenP 1997-11-07 1998-02-19 yes 35
@@ -71,11 +71,13 @@ Do user or author style sheets take precedence? Should new keyword be added to a
7171
Which property do we adopt to specify the border model? border-spaces property (for both models) Ian 09 Feb 1998 1998-02-13 yes 71
7272
Add :hover to other elements than A? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0128.html 09 Feb 1998 not yet no 72
7373
Proposed initial value of visibility: visible, since inherit now on all props. No Ian 1998-02-10 1998-02-13 yes 73
74-
Distinguish between selectors and declarations in the tokenizer? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0046.html 1998-02-10 not yet no 74
74+
Distinguish between selectors and declarations in the tokenizer? No. If tokens look the same, they are the same. http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0046.html 1998-02-10 1998-02-20 yes 74
7575
Allow font-size-adjust values in 'font' shorthand? If so, where? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0095.html 1998-02-11 not yet no 75
7676
Grid/Character/Cell unit for tty/braille devices - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0195.html 1998-02-17 not yet no 76
77-
Can the unit be dropped for all '0' values? - Ian 1998-02-18 not yet no 77
77+
Can the unit be dropped for all '0' values? No. Ian 1998-02-18 1998-02-20 yes 77
7878
What to do about ID selectors when a document has no DTD - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0232.html 1998-02-18 not yet no 78
7979
Any way to control style of list item marker? What do current browsers do? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0226.html 1998-02-18 not yet no 79
8080
Problems with fictional tag sequence/selectors - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0235.html 1998-02-18 not yet no 80
8181
Current browsers ignore margins of absolutely positioned elements. Do we change the spec? - http://lists.w3.org/Archives/Member/w3c-css-wg/1998JanMar/0241.html 1998-02-19 not yet no 81
82+
General mechanism for accessing inherited attribute values in doctree (CSS3?) - Editors 1998-02-20 not yet no 82
83+
Drop speak-time/speak-date since they add semantics and are difficult to specify? - Editors 1998-02-20 not yet no 83

0 commit comments

Comments
 (0)