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 21142 - Remove HTMLBaseFontElement interface
Summary: Remove HTMLBaseFontElement interface
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords: has-testcase
Depends on:
Blocks:
 
Reported: 2013-02-27 07:10 UTC by Anne
Modified: 2013-09-02 09:58 UTC (History)
4 users (show)

See Also:


Attachments

Description Anne 2013-02-27 07:10:54 UTC
The interface has been nuked from Firefox a while ago. It's not needed for web compatibility.

https://bugs.webkit.org/show_bug.cgi?id=29641 is the bug on WebKit.
Comment 1 Ian 'Hixie' Hickson 2013-04-12 21:29:48 UTC
Ok, we'll try.
Comment 2 contributor 2013-04-12 21:31:15 UTC
Checked in as WHATWG revision r7820.
Check-in comment: Try to kill HTMLBaseFontElement
http://html5.org/tools/web-apps-tracker?from=7819&to=7820
Comment 4 Erik Arvidsson 2013-04-15 21:19:30 UTC
Just to be clear, the interface for basefont should be HTMLElement (and not HTMLUnknownElement)?
Comment 5 Anne 2013-04-15 21:29:43 UTC
HTMLUnknownElement seems slightly preferable. Basically only recognizing the token in the parser for it being a void.