[Bug 17024] New: examples should use valid html5; other minor improvements

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17024

           Summary: examples should use valid html5; other minor
                    improvements
           Product: CSS
           Version: unspecified
          Platform: All
               URL: http://dev.w3.org/csswg/css3-flexbox/
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Flexbox
        AssignedTo: jackalmage@gmail.com
        ReportedBy: glenn@skynav.com
         QAContact: public-css-bugzilla@w3.org
                CC: dbaron@dbaron.org, alexmog@microsoft.com


in examples 1 and 9, a <style/> element follows the related content element;
this is not valid in HTML5; suggest the following:

1. for example 1, change <style/> to inline style on <ul> since it is a short
style spec;

2. for example 9, move <style/> to precede <div/>

in addition, suggest the following minor improvements:

* place an ellipsis "..." between <style/> and following content element in
examples 3, 7, and 9
* remove <!DOCTYPE html> from example 7

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 10 May 2012 09:26:37 UTC