This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Multiple HTML compatible tests, added or modified "style" attributes on HTML elements with values (such as "Fort Worth" that came from the "district" values used in the non-hc tests) that would not be valid style expressions. Most HTML implementations would then fail tests that depended on retrieving the same value back. The patch changes the use of "style" to "lang" and only uses valid language codes as values. hc_documentcreateelementcasesensitive didn't seem to be an effective, so checks for the expected casing of the created elements were added.
Created attachment 24 [details] Changes style to lang