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 13883 - Index of methods and IDL attributes
Summary: Index of methods and IDL attributes
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Editor tools (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Robin Berjon
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard: whatwg-resolved
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 09:09 UTC by contributor
Modified: 2016-02-04 07:12 UTC (History)
11 users (show)

See Also:


Attachments

Description contributor 2011-08-24 09:09:47 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/complete/timers.html
Multipage: http://www.whatwg.org/C#custom-handlers
Complete: http://www.whatwg.org/c#custom-handlers

Comment:
Make "registerProtocolHandler" and "registerContentHandler" appear in the TOC

Posted from: 88.131.66.80 by simonp@opera.com
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.5.8; U; en) Presto/2.9.168 Version/11.50
Comment 1 Ian 'Hixie' Hickson 2011-10-12 19:04:44 UTC
Why? Or even, how? The section title would be really long if it included both those method names, not to mention the other method names defined in that section...
Comment 2 Simon Pieters 2011-10-13 05:02:04 UTC
Why? To make it easier to find (some sections have the relevant API in the ToC, e.g. designMode). But I guess that applies to any method. Maybe we should have an index of APIs as an appendix or something.
Comment 3 Ian 'Hixie' Hickson 2011-10-24 18:20:13 UTC
An index would make a lot of sense.

An IDL index would be something we can completely automate. The IDL blocks are computer-readable, and for each IDL field there's a corresponding <dfn>. If someone can hack together a quick script that just scans all the IDL blocks and extracts out all the methods and fields and forms an alphabetical index of them, I'd be happy to add that script to my publishing pipeline.
Comment 4 Ian 'Hixie' Hickson 2011-10-25 05:13:43 UTC
(Please reassign to me if you have such a script.)
Comment 5 contributor 2012-07-18 07:14:33 UTC
This bug was cloned to create bug 17898 as part of operation convergence.