[Webkit-unassigned] [Bug 48225] Language attribute validation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 02:12:23 PDT 2010


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





--- Comment #24 from Leandro GraciĆ” Gil <leandrogracia at chromium.org>  2010-10-27 02:12:23 PST ---
(In reply to comment #23)
> We could also land a regression test verifying that non-ASCII lang values actually work. I think that would be fairly valuable.

Actually, I found while developing the layout test that if the language tag in the p:lang() contained an @ then it was not properly assigned. I'm not sure if this is a CSS syntax problem, though. I got no complains in the test results. It did work however with many invalid characters like Greek and Japanese letters.

An example would be:

 p:lang(doesnt at work) { text-transform: uppercase; }

 ...

  <p id="invalid" lang="doesn at work">This line won't be in uppercase at all. Not because of the patch but because the CSS style doesn't seem to be properly associated by the lang attribute.</p>

-- 
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