- From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Date: Wed, 15 May 2013 12:51:05 +1000
- To: Felix Sasaki <fsasaki@w3.org>
- Cc: public-html@w3.org, "public-multilingualweb-lt@w3.org" <public-multilingualweb-lt@w3.org>
Hi Felix, the definition of <head> is here: http://www.w3.org/TR/html51/document-metadata.html#the-head-element It says for its content model: If the document is an iframe srcdoc document or if title information is available from a higher-level protocol: Zero or more elements of metadata content. Otherwise: One or more elements of metadata content, of which exactly one is a title element. So, the content model is metadata content, which is specified here: http://www.w3.org/TR/html51/dom.html#metadata-content So, no, <head> elements don't hve phrasing content. HTH. Silvia. On Wed, May 15, 2013 at 7:38 AM, Felix Sasaki <fsasaki@w3.org> wrote: > Not sure if anybody from the HTML WG saw this or whether a different forum > for this question would be better ... anyway, any advice would be highly > appreciated. > > Thanks, > > Felix > > Am 08.05.13 15:33, schrieb Felix Sasaki: > >> Hi, >> >> a question on >> >> http://www.w3.org/TR/html51/dom.html#phrasing-content-1 >> >> does this definition also encompass the content of the "head" element, >> e.g. "script" inside "head"? That is, is content of <head> part of >> intra-paragraph? >> >> Thanks, >> >> Felix >> >> > >
Received on Wednesday, 15 May 2013 02:51:53 UTC