[Bug 11689] step 8: be explicit about the order in which things are located and removed

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11689

Philip Jägenstedt <philipj@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipj@opera.com

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-01-07 09:00:55 UTC ---
If one isn't paying attention when implementing this step, one might first
remove a header element, then find and remove the first element of heading
content. This would be wrong in a case like this:

<article>
<header>
<h1>Title</h1>
<time pubdate ...></time>
</header>
Text
<h1>Second title</h1>
More text
</article>

(One might mistakenly remove the second h1 element as well.)

-- 
Configure bugmail: http://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 Friday, 7 January 2011 09:00:56 UTC