This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 243 - HTML compatible L1 Core tests set style attribute to invalid values
Summary: HTML compatible L1 Core tests set style attribute to invalid values
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 1 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 15:55 UTC by Curt Arnold
Modified: 2003-06-28 19:45 UTC (History)
0 users

See Also:


Attachments
Changes style to lang (10.94 KB, patch)
2003-06-27 16:24 UTC, Curt Arnold
Details

Description Curt Arnold 2003-06-27 15:55:23 UTC
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.
Comment 1 Curt Arnold 2003-06-27 16:24:34 UTC
Created attachment 24 [details]
Changes style to lang