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 19909 - [Explainer]: Typos in 7 November 2012 draft
Summary: [Explainer]: Typos in 7 November 2012 draft
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: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14949
  Show dependency treegraph
 
Reported: 2012-11-08 17:36 UTC by miket
Modified: 2013-05-28 00:29 UTC (History)
1 user (show)

See Also:


Attachments

Description miket 2012-11-08 17:36:40 UTC
Hi there,

Found a couple of typos or minor grammar nits while reviewing the spec:

5.5 Lifecycle Methods
=====================

"The callbacks are invoked with this as the instance element."

-> add <code>this</code>


5.7 Error Handling
==================

"This situation is treated as if the definitions hasn't been loaded yet..."
s/hasn't/haven't/ or s/definitions/definition/?


6.3 CSS and Shadow DOM
======================

"Conversely , you can make the boundary even stronger by setting the reset-style-inherifance attribute"

s/inherifance/inheritance/

"since they will appear as non-sensical babbling after the retargeting (what? the element just reported that the mouse just moved from itself back to itself?!)"

-> add a period to the end of the sentence.


7 Decorators vs. Custom Elements
================================

"Decorator shadows are never accessible with DOM."

-> with DOM methods?

9 Isolation, Confinement and Encapsulation
==========================================

"Component isolation can be viewed as combination of two parts"

-> as a combination


Appendix B. HTML Elements
=========================

"The insertion point is replaced with the elements' children..."

s/elements'/element's/


Appendix C. Custom Element Constructor Properties
=================================================

'b.outerHTML ⇒ "<button is="FancyButton"></button.html>"'

s/\.html//

Cheers,
Mike
Comment 1 Dominic Cooney 2013-05-28 00:29:16 UTC
Thanks for pointing these out--fixed! <https://dvcs.w3.org/hg/webcomponents/rev/c6df776a959e>