[Bug 15670] Specify the behavior when a dangling <section> is encountered.

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

--- Comment #1 from Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu> 2012-01-22 17:30:39 UTC ---
Consider

<section> <!-- first -->
   <section></section> <!-- second -->
   <h1></h1>
</section>

, at the time when the algorithm walk in <h1>, the current section is the first
<section> but now it gets an implied heading because of the second <second>,
prose like

  # Otherwise, if the element being entered has a rank equal to or greater
  # than the heading of the last section of the outline of the current outlinee

is no longer well defined. Also, the second section never gets an implied
heading. 

If you intend to leave this behavior undefined at the moment, I think you
should just say so.

-- 
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 Sunday, 22 January 2012 17:30:40 UTC