webcomponents / webcomponents.github.io

WebComponents.org is where community-members document Web Components best practices
http://webcomponents.org
734 stars 126 forks source link

Seems like part of documentation is missing #178

Closed ghost closed 9 years ago

ghost commented 9 years ago

In the file https://github.com/webcomponents/webcomponents.github.io/blob/site/src/documents/polyfills/custom-elements.html.md (which is the GitHub version of the published page http://webcomponents.org/polyfills/custom-elements/) there's a line "Here's the imperative version of the previous example:" under the "document.registerElement()" heading. There's also a later line "In the declarative and document.registerElement() example above" under the "Using a custom element" heading. There isn't any previous declarative example on the page, however, or on the Introduction page it's linked from.

addyosmani commented 9 years ago

I'll try to take a look at this soon. There's still a little content that I tried to rewrite from what we ported over from Polymer that doesn't quite make sense when talking about the polyfills alone.

Cheers for opening up an issue!

zenorocha commented 9 years ago

@addyosmani would you mind revisiting this one? Is it fixed already?

zenorocha commented 9 years ago

Closing this one due to its inactivity. Please send a PR if the error still exists @chrispesto.