--- test/html-webhacc/standards.en.html 2008/05/06 07:50:28 1.8 +++ test/html-webhacc/standards.en.html 2008/12/11 05:11:11 1.14 @@ -1,14 +1,19 @@
-The table below summarizes Web standards supported by WebHACC. See +following subsections for more details.
| HTML - | 5 (Editor's Draft) - | Partially - | ||
|---|---|---|---|---|
| Atom - | RFC | -Partially + | HTML5 Draft Recommendation + | Most parts + + |
| XHTML + + | ||||
| Atom + | Atom 1.0 RFC + | + + | ||
| Atom Threading 1.0 RFC + | ||||
| XML | 1.0 Fourth Edition | Tentative @@ -32,25 +43,44 @@ | Tentative | |
| 1.1 First Edition | Tentative + + | |||
| CSS + | CSS 2.1 +Candidate Recommendation + | Most parts + | ||
| CSS - | 2.1 - | Most part + | CSS Color +Level 3 LCWD + | Most parts + |
| Selectors | 3 | |||
| Cache Manifest + | HTML5 +Draft Recommendation + | + + | ||
| WebIDL + | Editor's +Draft 1.96 + | + | ||
| HTTP | Tentative (no validation) |
The current implementation assumes that there are following requirements:
@@ -64,14 +94,14 @@HTML5 is partially implemented.
In addition, the current implementation assumes that there are following requirements:
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 @@ -115,23 +146,53 @@
bodybackground
- img src [HTML5]
+ img src [HTML5]
imglongdesc
- img src [HTML5]
+ img src [HTML5]
+
+ inputaccept-charset
+ accept-charset attribute of the
+ form element [HTML5]
+
+ input (type attribute is in Image Button
+ state)
+ usemap
+ img usemap [HTML5]
+
+
objectclassid or codebase
- img src [HTML5]
- objectarchive
+ Syntactically same as img src [HTML5]
+
+ headprofile
Same as a ping [HTML5]
+
+
+ objectarchive
+ Same as a ping [HTML5]
+
objectcodetype
Same as object type [HTML5]
paramtype
Same as object type [HTML5]
- div, h1, h2, h3,
- h4, h5, h6, or p
+ address, div, h1,
+ h2, h3, h4, h5,
+ h6, or p
align
Enumerated attribute [HTML5]
+
img or objectalign
Enumerated attribute [HTML5]
+
+ input (type attribute is in
+ Image Button state)
+ align
+ Enumerated attribute [HTML5], where keywords are: top,
+ middle, bottom, left,
+ right
+
brclear
Enumerated attribute [HTML5]
paramvaluetype
@@ -141,6 +202,12 @@
ul, ol, dir,
menu, or dlcompact
Boolean attribute [HTML5]
+
+ input (type attribute is in Image
+ Button state)
+ ismap
+ Boolean attribute [HTML5]
+
tableframe or rules
Enumerated attribute [HTML5]
tdscope
@@ -150,6 +217,12 @@
colgroup, col, tr, td,
or thalign or valign
Enumerated attribute [HTML5]
+
+ input (type attribute is in
+ Image Button or Submit Button state)
+ replace
+ Enumerated attribute [HTML5]
+
linktarget
Valid browsing context name or keyword [HTML5]
metaschema
@@ -171,6 +244,11 @@
A non-negative integer [HTML5] or a non-negative integer
[HTML5] followed by a % character
cellspacing
+ a
+ charset
+ Same as script charset [HTML5],
+ syntactically
+ link
- Any value MAY be specified to the
version attribute of an html element.
@@ -185,10 +263,58 @@
Same as div [HTML5]
+
+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.
-Atom
+Atom
+
+Atom 1.0 and
+Atom Threading 1.0 are supported.
+
+
However, conformance to some SHOULD-level
+requirements, as well as some informational guidelines, are currently
+not checked. In addition, whether an email-address or a Base64
+encoding is correct or not is not checked either.
+
+
Use of XML digital signature and encryption is not supported.
The current implementation assumes that there are following
requirements:
@@ -205,12 +331,19 @@
-CSS
+CSS
CSS @namespace and Selectors Level 3 are fully implemented.
-CSS 2.1 and CSS Color Level 3 are partially
-implemented.
+Most of CSS 2.1
+( Candidate Recommendation)
+is implemented.
+
+
+
Most of CSS
+Color Module Level 3 ( Last
+Call Working Draft) is implemented.
+
Since the CSS 2.1
specification is sometimes ambigious or disagree with browsers,
@@ -234,5 +367,29 @@
+
+Regular expressions
+
+Regular expression defined in ECMAScript Third Edition Section
+15.10.1 is implemented, with the addition of the support for obsolete
+octal escape notation commonly supported by Web browsers.
+
+
To identify ECMAScript regular expressions, the Internet Media Type
+text/x-regexp-js
+is used.
+
+
+
+
+WebIDL
+
+WebIDL
+Editor's Draft revision 1.96 () is implemented.
+
+
+
+