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 14151 - dangling references to {inner,outer}HTML attributes
Summary: dangling references to {inner,outer}HTML attributes
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 02:24 UTC by Glenn Adams
Modified: 2011-11-20 18:11 UTC (History)
5 users (show)

See Also:


Attachments

Description Glenn Adams 2011-09-15 02:24:06 UTC
the current editor's draft contains references to {inner,outer}HTML IDL attributes, but does not define (or employ an interface that defines) these attributes; i.e., neither HTMLElement or Element (from [DOMCORE]) define or inherit from elsewhere these attributes

see also http://www.w3.org/Bugs/Public/show_bug.cgi?id=14087
Comment 1 Travis Leithead [MSFT] 2011-09-15 03:16:24 UTC
They used to be defined on the HTMLElement interface... ?
Comment 2 Glenn Adams 2011-09-15 03:35:43 UTC
(In reply to comment #1)
> They used to be defined on the HTMLElement interface... ?

i know, but those definitions seem to have disappeared (while a few references did not)
Comment 3 Ian 'Hixie' Hickson 2011-10-19 23:14:35 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Partially Accepted
Change Description: see diff given below
Rationale: Fixed the cross-references. (Those attributes moved to DOM Parsing.)
Comment 4 contributor 2011-10-19 23:15:36 UTC
Checked in as WHATWG revision r6708.
Check-in comment: xrefs for DOM Parsing
http://html5.org/tools/web-apps-tracker?from=6707&to=6708
Comment 5 Glenn Adams 2011-11-20 18:11:46 UTC
thanks