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 27545 - [Custom]: Closing tag in example
Summary: [Custom]: Closing tag in example
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 trivial
Target Milestone: ---
Assignee: steve faulkner
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14968
  Show dependency treegraph
 
Reported: 2014-12-09 10:57 UTC by Jeremy Keith
Modified: 2014-12-09 11:10 UTC (History)
3 users (show)

See Also:


Attachments

Description Jeremy Keith 2014-12-09 10:57:32 UTC
The closing tag here:
"<button is="taco-button">Eat Me!</taco-button>"
Should be:
"<button is="taco-button">Eat Me!</button>
Comment 1 steve faulkner 2014-12-09 11:10:49 UTC
fixed https://github.com/w3c/webcomponents/pull/27