Non-well-formed tests

Hello,

A number of the tests are not well formed xml and thus, when served as xhtml, browsers refuse to display them.

In all cases, this is because of quoted strings in assertions, like this

<meta name="assert" content="A "quoted" string"/>

This can be fixed various ways:

- change the assertion to use single quotes  
<meta name="assert" content="A 'quoted' string"/>

- change the attribute to use single quotes 
<meta name="assert" content='A "quoted" string'/>

- escape quotes in the the assertion  
<meta name="assert" content="A &quot;quoted&quot; string"/>

- change the assertion to use typographic quotes 
<meta name="assert" content="A “quoted” string"/>

The following tests are affected:

 metadatadisplay-schema-copyright-014/
 metadatadisplay-schema-copyright-023/
 metadatadisplay-schema-copyright-030/
 metadatadisplay-schema-credit-008/
 metadatadisplay-schema-description-016.xht
 metadatadisplay-schema-description-025.xht
 metadatadisplay-schema-description-032/
 metadatadisplay-schema-extension-018/
 metadatadisplay-schema-extension-039/
 metadatadisplay-schema-extension-048/
 metadatadisplay-schema-license-017/
 metadatadisplay-schema-license-026/
 metadatadisplay-schema-license-033/
 metadatadisplay-schema-licensee-007/
 metadatadisplay-schema-metadata-002/
 metadatadisplay-schema-trademark-014/
 metadatadisplay-schema-trademark-023/
 metadatadisplay-schema-trademark-030/
 metadatadisplay-schema-vendor-009/



-- 
 Chris Lilley   Technical Director, Interaction Domain                 
 W3C Graphics Activity Lead, Fonts Activity Lead
 Co-Chair, W3C Hypertext CG
 Member, CSS, WebFonts, SVG Working Groups

Received on Friday, 9 September 2011 14:37:50 UTC