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 24176 - Clarify that custom SVG elements must extend an existing SVGElement
Summary: Clarify that custom SVG elements must extend an existing SVGElement
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dominic Cooney
QA Contact: public-webapps-bugzilla
URL: http://www.w3.org/TR/custom-elements/
Whiteboard:
Keywords:
Depends on:
Blocks: 14968
  Show dependency treegraph
 
Reported: 2013-12-29 23:27 UTC by Philip Rogers
Modified: 2014-05-09 19:45 UTC (History)
4 users (show)

See Also:


Attachments

Description Philip Rogers 2013-12-29 23:27:42 UTC
The custom element spec was confusing to me around extending an existing SVG element. (I filed crbug.com/330980 by mistake as a result)

On the input section of document.register:
"EXTENDS, the local name of an HTML or SVG element that is being extended, optional"

I read this as "extends" being optional, when it is actually not for SVG elements. Could this be clarified to describe that extends is not optional for SVG elements?
Comment 1 Dimitri Glazkov 2014-01-16 21:45:36 UTC
Sure, I can add some informative text.
Comment 2 Dimitri Glazkov 2014-05-08 22:29:56 UTC
Philip, WDYT? https://github.com/dglazkov/webcomponents/pull/3