/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.55 by wakaba, Sat Jun 30 13:12:32 2007 UTC revision 1.80 by wakaba, Sat Jul 21 09:54:45 2007 UTC
# Line 1  Line 1 
1    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Some cases in "in table" insertion mode
4            are merged.
5    
6    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: The "in row" insertion mode is merged
9            with "in table" insertion mode.
10    
11    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: The "in table" and "in table body" insertion
14            modes are merged.
15    
16    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: There is no "in table head" or "in table foot"
19            insertion mode!
20    
21    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
24            now directly invoke the handler.
25    
26    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src: Codes for "in cell" insertion mode
29            is merged to the "in body" insertion mode code.
30    
31    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: Codes for "in body" and "in caption"
34            insertion modes are merged.
35    
36    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src: Two |!!!next-token|s were missing.
39    
40    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm.src: Use numeric constant for |{content_mode}|
43            instead of string constant for |{content_model_flag}|.
44    
45    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm.src: Add the name of the attribute
48            to the "duplicate attribute" error.
49    
50    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
51    
52            * ContentChecker.pm: Return the |class| node list.
53    
54    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
55    
56            * ContentChecker.pm: Return the |id| node list.
57    
58            * HTML.pm.src: A typo is fixed.
59    
60    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
61    
62            * ContentChecker.pm: Drop wrong |level => 'error'| specification
63            from "in HTML:xml:lang" error.  Character position
64            is now the last part of the error type in the URI error
65            description.  Report "unsupported" status for language
66            tags, media queries, script codes, and style sheets.
67    
68    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
69    
70            * ContentChecker.pm: Report error if |xml:lang|
71            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
72            in XML.
73    
74            * NanoDOM.pm (Attr.owner_document): New attribute.
75    
76    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm.src: The character immediately following
79            a bare |hcro| was discarded.  Fix handling of
80            entity references in attribute values.
81    
82    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src (main and trailin end phases): Token
85            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
86            factored out.  Error types |in html:#DOCTYPE|
87            and |after html:#DOCTYPE| are merged
88            into |DOCTYPE in the middle|.  |</frameset>|
89            in fragment parsing mode changed the
90            insertion mode.
91    
92    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: |$phase| has been removed; The |trailing end|
95            phase is now an insertion mode.  Treatments for white
96            space character tokens were incorrect for some
97            insertion modes.  An old |meta| case was not removed.
98    
99    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm.src: |meta| charset declaration extraction
102            implemented (but changing the encoding is not yet:-).
103    
104    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
105    
106            * Charset/: New directory.
107    
108    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
109    
110            * H2H.pm: New Perl module (created from
111            manakai's H2H.dis).
112    
113    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
114    
115            * XMLSerializer.pm: New Perl module (created from
116            manakai's SimpleLS.dis).
117    
118    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm.src: |<!---x-->| was not processed correctly.
121    
122    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm.src: Report correct error message
125            for |<body></div></body>|.
126    
127    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTMLTable.pm: An error description was incorrect.
130    
131    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
132    
133            * ContentChecker.pm: Return |{term}| list.
134    
135    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
138            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
139            and <title> outside of head).
140    
141  2007-06-30  Wakaba  <wakaba@suika.fam.cx>  2007-06-30  Wakaba  <wakaba@suika.fam.cx>
142    
143          * IMTChecker.pm: Report warning for unregistered          * IMTChecker.pm: Report warning for unregistered

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24