1 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
4 |
|
since the spec itself is frankensteinesque:-); note that though |
5 |
|
it is weired spec from the today's viewpoint, it is still |
6 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
7 |
|
Recommendation, sadly. |
8 |
|
|
9 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
12 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
13 |
|
|
14 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
17 |
|
Don't raise "not defined" errors; they are now raised according |
18 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
19 |
|
are now non-deprecated, to avoid deprecated error message. |
20 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
21 |
|
according to HTML4. |
22 |
|
|
23 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
26 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
27 |
|
|
28 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
31 |
|
|
32 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
35 |
|
Raise not-part-of-HTML5 error for |acronym|. |
36 |
|
|
37 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: HTML5 attribute status added. |
40 |
|
|
41 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
44 |
|
info are not added yet). Make element or attribute not defined |
45 |
|
by HTML5 spec as a conformance error (though it is not clearly |
46 |
|
defined by HTML5 spec as non-conforming). Note that more work |
47 |
|
is needed for non-standard attribute thing, since the current |
48 |
|
implementation prevents non-standard attribute from being |
49 |
|
syntactically checked (otherwise it is treated as if a |
50 |
|
standard attribute). |
51 |
|
|
52 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Standardized status attributes are added. |
55 |
|
|
56 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
59 |
|
as usual. |
60 |
|
|
61 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
64 |
|
|
65 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm (datagrid): Condition was incorrect. |
68 |
|
|
69 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
72 |
|
change state when a transparent element is encountered. |
73 |
|
(details check): Reimplemented. |
74 |
|
|
75 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm (object check_end): Don't check significant content |
78 |
|
if the element is used as a transparent element. |
79 |
|
(video check): Reimplemented. |
80 |
|
|
81 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
84 |
|
content checker for root element case reimplemented. |
85 |
|
|
86 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: Revised. |
89 |
|
|
90 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
93 |
|
handling). |
94 |
|
|
95 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
98 |
|
|
99 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
102 |
|
the conformance checker cannot examine the semantics of the |
103 |
|
image). |
104 |
|
|
105 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
108 |
|
was missing from |$HTMLInteractiveContent|. |
109 |
|
(a): Use new |$HTMLInteractiveContent| in place |
110 |
|
of |$HTMLIntetractiveElements|. |
111 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
112 |
|
of |$HTMLStrictlyInlineChecker|. |
113 |
|
|
114 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm (figure): Implemented. |
117 |
|
(video, audio): In no-parent-element case with |src| attribute, |
118 |
|
the content model is now prose content. |
119 |
|
|
120 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* HTML.pm (noscript): Reimplemented. |
123 |
|
|
124 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
127 |
|
1180). |
128 |
|
|
129 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
* HTML.pm (th): |th| now requires phrasing content. |div| |