[Webkit-unassigned] [Bug 95838] Remove en_GB from quote handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 16:10:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95838





--- Comment #8 from Elliott Sprehn <esprehn at chromium.org>  2012-09-06 16:11:13 PST ---
(In reply to comment #7)
> I'm not saying the CSS should be directly used and parsed each time; but why not compile the code from the CSS at compile time?
> 
> My concern is just that we not manually be rebuilding this tabel every time it changes. It should just be a trivial copy/paste to update the table, it shouldn't need to involve any careful examination of the rules and optimising things in our head.
> 
> (In the case of the en-GB rule, for instance, why don't we just remove the redundant rule from the spec?)

Ah, that's already mentioned on https://bugs.webkit.org/show_bug.cgi?id=95835

We should just be downloading and parsing the XML from CLDR for this. I'd rather not parse the HTML5 spec itself. CLDR also has the parent associations so we wouldn't have any of these duplicates.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list