Check the outline
Demo: http://fiddle.jshell.net/yGq9V/show/ I expect to see "Level 1 title > Level 2 title".
Instead, I see "Level 1 title > Section".
details element is a sectioning root element according to the spec. This means that the h1 inside of it is a heading for the details and not for the section that contains the details.
From deniss...@gmail.com on May 21, 2012 11:35:38
Add a h1 tag in
of of
Here is a tool, which does it correctly (I think): http://gsnedders.html5.org/outliner/process.py?url=http%3A%2F%2Ffiddle.jshell.net%2FyGq9V%2Fshow%2F I am using Chrome extension on Linux, but I don't think that matters.
Original issue: http://code.google.com/p/h5o/issues/detail?id=16