W3C home > Mailing lists > Public > public-xhtml2@w3.org > April 2009

Chatter around titles

From: dorian taylor <dorian.taylor.lists@gmail.com>
Date: Mon, 6 Apr 2009 00:02:19 -0700
Message-ID: <fcd5649a0904060002v26ca35adva5a3227b9e10eee4@mail.gmail.com>
To: public-xhtml2@w3.org
It looks like there's some chatter around the title element versus
meta title, etc. I wanted to throw in and get some clarification on
its content model.

If the title element is supposed to be equivalent to <meta
property="title">, it occurs to me that its content model should match
the meta element's production of Text* rather than PCDATA*.

As far as I can ascertain the following are equivalent:

<title>foo</title>
<title content="foo"/>
<meta property="title">foo</title>
<meta property="title" content="foo"/>

But it occurs to me that these two should also be equivalent:

<title><em>Important!</em></title> <!-- illegal -->
<meta property="title"><em>Important!</em></meta>

I know that the title element in HTML 4 and the older XHTMLs are
PCDATA*, but does it make sense to carry forward? I can foresee
potential implications on the parts of user agents but little more
than would already exist to support the format at large.

Regards,

--
Dorian Taylor
http://doriantaylor.com/
Received on Monday, 6 April 2009 07:04:16 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:40:04 UTC