Summary: | Web Inspector: font names that start with a @ in CSS font-face are not properly handled. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexander Pavlov (apavlov) <apavlov> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | apavlov, bburg, bweinstein, graouts, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit-bug-importer, yurys, zherczeg |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 116924 |
Description
Alexander Pavlov (apavlov)
2012-07-30 02:20:07 PDT
void CSSParser::parseEscape(UChar*& result) rewrites the input string, based on which CSSParser computes the actual (source) property name and value. According to zherczeg who rewrote the lexer earlier this year, this is a huge refactoring and doesn't seem reasonable at the moment. Unable to repro. Closing. |