/[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.281 by wakaba, Sat Aug 30 12:33:36 2008 UTC revision 1.293 by wakaba, Sat Sep 13 06:33:39 2008 UTC
# Line 1  Line 1 
1    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into
4            itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that
5            no longer does the tokenizer have to push back next input
6            characters in those states.
7    
8    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
9    
10            * HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken
11            into four states so that no longer does the tokenizer have to push
12            back next input characters in that state.
13    
14    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm.src: Methods now accept additional parameter, $get_wrapper,
17            which can be used to insert some wrapper between the character
18            stream handle and the tokenizer.  (It is currently not supported
19            for |set_inner_html| for |Element|s).
20    
21    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src: Ignore punctuations in charset names.
24    
25    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
26    
27            * ContentChecker.pm: Support for charset-layer error levels.
28    
29            * HTML.pm.src: Don't specify |text| argument for the
30            |chardecode:fallback| error, since it is not the encoding
31            being used alternatively.
32    
33    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141).
36    
37    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
38    
39            * CacheManifest.pm: Support for extensibility (HTML5 revision 2051).
40    
41    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src: Bug fix and sync with the spec with regard
44            to after after frameset insertion mode processing (HTML5
45            revision 1909).  Note that the implementation was wrong
46            per the old spec before the r1909 changes.
47    
48    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTMLTable.pm: scope=auto algorithm fix synced with the
51            spec (HTML5 revision 2093).
52            ($process_row): Algorithm step numbers synced with the
53            spec (HTML5 revision 2092).
54    
55    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5
58            revision 2094).
59    
60    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
61    
62            * ContentType.pm: Support for image/svg+xml (HTML5 revision 2096).
63    
64    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src: '"' and "'" at the end of attribute
67            name (after another attribute) now raise parse error (HTML5
68            revision 2123).  Empty unquoted attribute values are no
69            longer allowed (HTML5 revision 2122).
70    
71    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
72    
73            * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5
74            revision 2130).
75    
76  2008-08-30  Wakaba  <wakaba@suika.fam.cx>  2008-08-30  Wakaba  <wakaba@suika.fam.cx>
77    
78          * ContentChecker.pm: |xml:lang| attribute value must be same          * ContentChecker.pm: |xml:lang| attribute value must be same

Legend:
Removed from v.1.281  
changed lines
  Added in v.1.293

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24