--- test/html-webhacc/standards.en.html 2008/09/21 05:09:35 1.12 +++ test/html-webhacc/standards.en.html 2008/12/11 03:22:57 1.13 @@ -111,7 +111,8 @@
These definitions are updated version of their original definitions - in previous versions of HTML4. + in previous versions of HTML (i.e. HTML 2.x, HTML4, Web Forms 2.0, + or early drafts of HTML5).
For each row in the table below, if an attribute (i.e. an @@ -141,18 +142,32 @@
body
background
- img
src
[HTML5]
+ img
src
[HTML5]
img
longdesc
- img
src
[HTML5]
+ img
src
[HTML5]
input
accept-charset
accept-charset
attribute of the
form
element [HTML5]
+ input
(type
attribute is in Image Button
+ state)
+ usemap
+ img
usemap
[HTML5]
+
+
object
classid
or codebase
- img
src
[HTML5]
- object
archive
+ Syntactically same as img
src
[HTML5]
+
+ head
profile
+ Same as a
ping
[HTML5]
+
+
+ object
archive
Same as a
ping
[HTML5]
+
object
codetype
Same as object
type
[HTML5]
param
type
@@ -162,8 +177,18 @@
h6
, or p
align
Enumerated attribute [HTML5]
+
img
or object
align
Enumerated attribute [HTML5]
+
+ input
(type
attribute is in
+ Image Button state)
+ align
+ Enumerated attribute [HTML5], where keywords are: top
,
+ middle
, bottom
, left
,
+ right
+
br
clear
Enumerated attribute [HTML5]
param
valuetype
@@ -173,6 +198,12 @@
ul
, ol
, dir
,
menu
, or dl
compact
Boolean attribute [HTML5]
+
+ input
(type
attribute is in Image
+ Button state)
+ ismap
+ Boolean attribute [HTML5]
+
table
frame
or rules
Enumerated attribute [HTML5]
td
scope
@@ -182,6 +213,12 @@
colgroup
, col
, tr
, td
,
or th
align
or valign
Enumerated attribute [HTML5]
+
+ input
(type
attribute is in
+ Image Button or Submit Button state)
+ replace
+ Enumerated attribute [HTML5]
+
link
target
Valid browsing context name or keyword [HTML5]
meta
schema
@@ -223,6 +260,40 @@
+For an input
element whose type
attribute
+is add
, remove
, move-up
, or
+move-down
(ASCII case-insensitive) [WF2],
+attributes that is not allowed for an input
element whose
+type
attribute is in the Button state MUST NOT be specified.
+
+
The inputmode
attribute applies to an
+input
element in Text, E-mail, URL, or Password state. The replace
attribute applies to an
+input
element in Image Button or Submit Button state.
+The usemap
attribute applies to an input
+element in Image Button state. The align
attribute applies to an
+input
element in Image Button state. Any of these attributes MUST NOT be
+specified for an input
element whose type
+attribute is in a state where the attribute does not apply.
+
The
cache
manifest syntax is also supported.