- From: Ms2ger <ms2ger@gmail.com>
- Date: Thu, 28 Nov 2013 10:49:16 +0100
- To: public-webapps@w3.org
On 11/27/2013 08:44 PM, Dimitri Glazkov wrote: > On Wed, Nov 27, 2013 at 11:35 AM, Steve Souders <souders@google.com> wrote: >> >>> <me-first></me-first> >>> <link rel="import" href="import.html"> >>> <me-third></me-third> >> >> >> Is the intention of this example that me-first and me-third occur in the >> HEAD? >> > > Sure. Nothing precludes the author from using custom elements in HEAD. Except the HTML parser. Unknown elements imply </head><body>. Feel free to use the Live DOM Viewer to confirm that. HTH Ms2ger [1] http://software.hixie.ch/utilities/js/live-dom-viewer/
Received on Thursday, 28 November 2013 09:49:46 UTC