Skip to content

Commit

Permalink
singleton -> void, for now; better terms are welcome (but 'empty elem…
Browse files Browse the repository at this point in the history
…ents' is too confusing)

git-svn-id: http://svn.whatwg.org/webapps@382 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 29, 2006
1 parent 8966ec4 commit 991ac93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -24551,11 +24551,11 @@ function receiver(e) {

<h5 id=elements><span class=secno>9.1.1.2. </span>Elements</h5>

<p>There are four different kinds of elements: singleton elements, CDATA
<p>There are four different kinds of elements: void elements, CDATA
elements, RCDATA elements, and normal elements.

<dl>
<dt>Singleton elements
<dt>Void elements

<dd><code><a href="#base0">base</a></code>, <code><a
href="#link0">link</a></code>, <code><a href="#meta0">meta</a></code>,
Expand Down Expand Up @@ -24588,8 +24588,8 @@ function receiver(e) {
where they begin, and an <a href="#end-tags0" title=syntax-end-tags>end
tag</a> to indicate where they end. The start and end tags of certain
normal elements can be <span title=syntax-tag-omission>omitted</span>, as
described later. Singleton elements only have a start tag; end tags must
not be specified for singleton elements.
described later. Void elements only have a start tag; end tags must not be
specified for void elements.

<p>The contents of the element must be placed between just after the start
tag (which <span title=syntax-tag-omission>might be implied, in certain
Expand All @@ -24601,7 +24601,7 @@ function receiver(e) {
models, however, the four types of elements have additional
<em>syntactic</em> requirements.

<p>Singleton elements can't have any contents (since there's no end tag, no
<p>Void elements can't have any contents (since there's no end tag, no
content can be put between the start tag and the end tag.)

<p>CDATA elements can have <a href="#text1" title=syntax-text>text</a>, but
Expand Down
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -22752,12 +22752,12 @@ function receiver(e) {

<h5>Elements</h5>

<p>There are four different kinds of elements: singleton elements,
<p>There are four different kinds of elements: void elements,
CDATA elements, RCDATA elements, and normal elements.</p>

<dl>

<dt>Singleton elements</dt>
<dt>Void elements</dt>

<dd><code>base</code>, <code>link</code>, <code>meta</code>,
<code>hr</code>, <code>br</code>, <code>img</code>,
Expand Down Expand Up @@ -22787,8 +22787,8 @@ function receiver(e) {
tag</span> to indicate where they end. The start and end tags of
certain normal elements can be <span
title="syntax-tag-omission">omitted</span>, as described
later. Singleton elements only have a start tag; end tags must not
be specified for singleton elements.</p>
later. Void elements only have a start tag; end tags must not
be specified for void elements.</p>

<p>The contents of the element must be placed between just after the
start tag (which <span title="syntax-tag-omission">might be implied,
Expand All @@ -22800,7 +22800,7 @@ function receiver(e) {
contents by those content models, however, the four types of
elements have additional <em>syntactic</em> requirements.</p>

<p>Singleton elements can't have any contents (since there's no end
<p>Void elements can't have any contents (since there's no end
tag, no content can be put between the start tag and the end
tag.)</p>

Expand Down

0 comments on commit 991ac93

Please sign in to comment.