Re: RDF 1.1 Lite Issue # 2: property vs rel

On Tue, Oct 25, 2011 at 10:26 PM, Gregg Kellogg <gregg@kellogg-assoc.com> wrote:
> I agree that it's a problem, and note that you can use XHTML with HTML5, so simple content-type detection isn't really enough.

The distinction between XHTML and HTML processing depends solely on
the Content-Type when bytes are being ingested, so you'd be doing it
wrong if an XHTML vs. HTML check wasn't a Content-Type check. (For
document trees, the distinction depends on the HTMLness flag on the
document.)

> Having different behavior for XHTML and HTML would lead to even more problems,

I think the right way of dealing with XHTML and HTML is to define the
processing on the document tree level and not checking the HTMLness
flag (that reveals whether the document tree came form text/html or
another source) at all. This is how the bulk of (X)HTML5 is defined.

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Wednesday, 26 October 2011 07:13:56 UTC