From f6b53f49e524853e6b28a77f0cc3cc69bc830faa Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 2 Mar 2016 14:36:49 -0500 Subject: [PATCH] Address @annevk's editorial concerns --- spec/custom/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/custom/index.html b/spec/custom/index.html index 74314e19..2c2a24f2 100644 --- a/spec/custom/index.html +++ b/spec/custom/index.html @@ -80,7 +80,7 @@
-

This specification describes the method for enabling the author to define and use new types of DOM elements in a document. It will eventually be upstreamed into [[!WHATWG-DOM]] and [[!HTML]].

+

This specification describes the method for enabling the author to define and use new types of DOM elements in a document. It will eventually be upstreamed into [[!WHATWG-DOM]], [[!HTML]], and [[!WEBIDL]].

@@ -112,7 +112,7 @@

Motivations

Concepts

-

A custom element is platform object whose constructor and prototype is defined by the author. The constructor function supplied by the author is called the custom element constructor.

+

A custom element is a platform object whose constructor and prototype is defined by the author. The constructor function supplied by the author is called the custom element constructor.

The custom element type identifies a custom element interface and is a sequence of characters that MUST match the NCName production [[!XML-NAMES]], MUST contain a U+002D HYPHEN-MINUS character, and MUST NOT contain any uppercase ASCII letters [[!HTML]]. The custom element type MUST NOT be one of the following values: