From 71a6c209d305a7964c2cb41f6d8011ec98ef00c7 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 14 Feb 2008 04:46:26 +0000 Subject: [PATCH] [e] (0) Remove duplication of the list of void elements git-svn-id: http://svn.whatwg.org/webapps@1223 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 19 ++++--------------- source | 14 ++++---------- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/index b/index index 85de57f668c..6f3be0e48b0 100644 --- a/index +++ b/index @@ -36842,7 +36842,7 @@ function receiver(e) { RCDATA elements, and normal elements.
-
Void elements +
Void elements
base, link, meta, @@ -36851,10 +36851,7 @@ function receiver(e) { href="#embed">embed, param, area, col, input
- + command, event-source -->
CDATA elements @@ -38170,16 +38167,8 @@ function receiver(e) {

A permitted slash is a U+002F SOLIDUS character that is immediately followed by a U+003E GREATER-THAN SIGN, if, and only if, the current token being processed is a start tag token whose tag name - is one of the following: base, link, meta, - hr, br, - img, embed, param, - area, col, input

- + is the same as the tag name of one of void + elements.

Before each step of the tokeniser, the user agent may check to see if either one of the scripts in the list of scripts that diff --git a/source b/source index 83404a7271b..78eaa3b7b60 100644 --- a/source +++ b/source @@ -34189,15 +34189,13 @@ function receiver(e) {

-
Void elements
+
Void elements
base, link, meta, hr, br, img, embed, param, area, col, input
+ command, event-source -->
CDATA elements
@@ -35594,12 +35592,8 @@ function receiver(e) {

A permitted slash is a U+002F SOLIDUS character that is immediately followed by a U+003E GREATER-THAN SIGN, if, and only if, the current token being processed is a start tag token whose tag - name is one of the following: base, link, - meta, hr, br, - img, embed, param, - area, col, input

+ name is the same as the tag name of one of void + elements.

Before each step of the tokeniser, the user agent may check to see if either one of the scripts in the list of scripts that