RE: Not compliant XHTML MS tests.

Robert Stam wrote:
> Chapter_4\bad-selector.htm: do not include & in css style, because it will be
> an incorrect entity, use CDATA section.
> Chapter_4\invalid-decl-at-rule-001.htm: do not include & in css style, because
> it will be an incorrect entity, use CDATA section.
> Chapter_4\escaped-ident-001.htm: '&' character should be escaped in id.
> Chapter_4\escaped-ident-spaces-001.htm: '&' character should be escaped in id.
> Chapter_12\before-location-001.htm: incorrect '<' character.
> Chapter_14\Properties\Background-repeat\background-repeat-005.htm: </p> missing
> Chapter_16\white-space-009.htm: [nowrap] attribute may not be placed in XHTML.
> Chapter_16\white-space-011.htm: [wrap] attribute may not be placed in XHTML.

Chapter_4\bad-selector.htm: is flagged as invalid and does not need to validate
Chapter_4\invalid-decl-at-rule-001.htm: is flagged as invalid and does not need to validate
Chapter_4\escaped-ident-001.htm: This case now flagged as invalid
Chapter_4\escaped-ident-spaces-001.htm: This case now flagged as invalid
Chapter_12\before-location-001.htm: '<' character is now properly changed to &lt;
Chapter_14\Properties\Background-repeat\background-repeat-005.htm: <p> tag is now closed properly
Chapter_16\white-space-009.htm: attribute corrected to be valid HTML but case is flagged as HTMLonly.
Chapter_16\white-space-011.htm: case correct to be valid. Attribute removed.

These changes will be in our next release of test files. Thank you for submitting these issues.

--
Thanks,
Arron Eicholz

Received on Thursday, 3 April 2008 22:18:05 UTC