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 25870 - "The algorithm for the outline also associates each node in the DOM tree…" — it doesn't, it only iterates over elements, not all nodes.
Summary: "The algorithm for the outline also associates each node in the DOM tree…" — ...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 01:55 UTC by contributor
Modified: 2014-05-23 20:05 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-05-23 01:55:53 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html
Multipage: http://www.whatwg.org/C#concept-section
Complete: http://www.whatwg.org/c#concept-section
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/index.html

Comment:
"The algorithm for the outline also associates each node in the DOM tree…"
— it doesn't, it only iterates over elements, not all nodes.

Posted from: 86.30.234.99 by geoffers@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
Comment 1 contributor 2014-05-23 20:05:48 UTC
Checked in as WHATWG revision r8649.
Check-in comment: Make the outline algorithm also associate text nodes and comments with the sections
http://html5.org/tools/web-apps-tracker?from=8648&to=8649