This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18108 - Flexbox ED has a stray <body> and <head> tag
Summary: Flexbox ED has a stray <body> and <head> tag
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Flexbox (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Tab Atkins Jr.
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 17:18 UTC by Daniel Holbert
Modified: 2012-07-19 18:41 UTC (History)
3 users (show)

See Also:


Attachments

Description Daniel Holbert 2012-07-18 17:18:26 UTC
This cset:
 https://dvcs.w3.org/hg/csswg/rev/6142#l1.163
introduced an additional stray <head> and <body> tag into the middle of the flexbox spec.

(neither of which are ever closed)

I suspect both of those tags want to be removed.

(Neither of those tags seem to exist in the Overview.src.html files, so this might indicate be a bug in the .src.html --> .html processor...)
Comment 1 Tab Atkins Jr. 2012-07-19 18:27:36 UTC
Looks like a bug in the spec processor - it seems to break when it sees the <style scoped>.

It doesn't appear to have a visible effect on the spec, so I'll just ignore it for now and manually remove it when we publish for CR.
Comment 2 Tab Atkins Jr. 2012-07-19 18:41:49 UTC
Actually, fantasai fixed it by moving all the styling up into the head.  I call that "coddling the preprocessor".  It has to grow up sometime!