ISSUE-139 (Honor xml:base in XHTML5): XHTML5 processing specifically excludes the use of xml:base [RDFa 1.1 in HTML5]

ISSUE-139 (Honor xml:base in XHTML5): XHTML5 processing specifically excludes the use of xml:base [RDFa 1.1 in HTML5]

http://www.w3.org/2010/02/rdfa/track/issues/139

Raised by: Gregg Kellogg
On product: RDFa 1.1 in HTML5

Raised on behalf of Alex Milowski.


Test case 109 has this content:

<!-- This a NOT a valid XHTML document (due to @xml:base) -->
     <div xml:base="http://example.org/invalid/">
        <p about="">This is <span property="dc:title">Test 0109</span>.</p>
     </div>

I believe this test case is either invalid or unenforceable.  xml:base
is an expected feature in many environments (including most browsers).
Even though some schemata for XHTML may not allow the attribute, its
presence will change the base URI.  Any DOM processor, like mine, will
not be able get the answer expected.  In fact, it shouldn't because
the base URI is determined by intrinsic processing of the document by
the browser and no other interpretation for an XML document is allowed
per the XML Base specification.

Received on Friday, 27 April 2012 23:59:28 UTC