| Summary: | [testcase] [CSS 2.1 Conformance] identifiers (class, id) can not start with a hyphen followed by a digit | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Gérard Talbot (no longer involved) <browserbugs2> |
| Component: | khtml parsing | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | germain |
| Priority: | NOR | ||
| Version First Reported In: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| URL: | http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/HyphenFollowedByADigitInIdentifiers.html | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | introduce needed CSS tokenizer states for proper contextual #{ident|hexcolor} parsing | ||
|
Description
Gérard Talbot (no longer involved)
2008-08-30 07:55:11 UTC
Created attachment 27194 [details]
introduce needed CSS tokenizer states for proper contextual
#{ident|hexcolor} parsing
introduce needed CSS tokenizer states for proper contextual
#{ident|hexcolor} parsing
SVN commit 856458 by ggarand:
introduce needed CSS tokenizer states for proper contextual
#{ident|hexcolor} parsing
BUG: 170068
M +2 -0 cssparser.cpp
M +2 -0 maketokenizer
M +405 -404 parser.cpp
M +82 -80 parser.h
M +2 -1 parser.y
M +630 -560 tokenizer.cpp
M +15 -9 tokenizer.flex
Konqueror 4.1.2 passes the 2nd test Marking as VERIFIED |