/[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.302 by wakaba, Sun Sep 14 03:59:08 2008 UTC revision 1.325 by wakaba, Sat Sep 20 06:10:17 2008 UTC
# Line 1  Line 1 
1    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
4    
5    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
6    
7            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
8    
9            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
10            matching.
11    
12    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
13    
14            * LangTag.pm: Warn for private use language subtags.  Error level
15            typos fixed.  Support for Suppress-Script field.
16    
17            * mklangreg.pl: Support for dumping of nested structure.
18    
19    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
20    
21            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
22            recommended case as per RFC 4646.
23    
24    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
25    
26            * LangTag.pm (check_rfc4646_langtag): New method.
27    
28    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
29    
30            * mklangreg.pl: New script.
31    
32            * Makefile: Updated for creation of the module for language subtag
33            registry.
34            
35    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Makefile: WebIDL.html added.
38    
39            * WebIDL.pod: New documentation.
40    
41    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
42    
43            * WebIDL.pm: Checker's error types are redefined.
44    
45    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
46    
47            * WebIDL.pm: Parser's error types are redefined.  Some forward
48            compatible parsing bugs are fixed.  Some unreachable codes are
49            commented out.
50    
51    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
52    
53            * WebIDL.pm: Support for the reminding extended attributes are
54            added.  It does not satisfy the definition that a forward
55            interface declaration has an extended attribute.  It seems that
56            unless explicitly allowed multiple extended attributes with the
57            same name is not allowed, though it is not explicitly mentioned in
58            the spec.
59    
60    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
61    
62            * WebIDL.pm: Unescapes extended attribute names and extended
63            attribute identifiers.  Preserve whether an extended attribute has
64            an argument list of not.  Support for extended attributes:
65            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
66            NameGetter, NameSetter, and Null.
67            (has_argument_list): New attribute.
68            (idl_text): Stringifies argument lists, if any, even if it is
69            empty.
70    
71    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
74            |{s_kwd}| in DATA_STATE as default.
75    
76    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
79            by |{s_kwd}| in DATA_STATE.
80    
81    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm.src: Shorten keys.
84    
85    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm.src: Remove checking for control character, surrogate
88            pair, or noncharacter code points and non-Unicode code
89            points (they should be handled by Whatpm::Charset::UnicodeChecker).
90            (parse_char_stream): Support for the |$get_wrapper| argument and
91            character stream error handlers.
92    
93    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
94    
95            * ContentChecker.pm: Don't call |loda_ns_module|
96            for null-namespace elements/attributes.
97    
98            * HTML.pm.src: Fact out $disallowed_control_chars
99            as a hash.
100    
101    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
104            and |{next_char}| initializations are moved to initialization
105            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
106            with |parse_char_stream|.
107    
108    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm.src (parse_char_stream): Make |set_next_char|
111            invoke |manakai_read_until|, not only |read|, where
112            possible, to decrease the number of |read| method calls.
113    
114            * mkhtmlparser.pl: Related changes to the aforementioned
115            modification.
116    
117    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|
120            would report character error from now.
121    
122    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm.src: White-space-leaded non-white-space character
125            tokens in "before head insertion mode" was not
126            correctly handled.
127            (set_inner_html): Reimplemented using CharString decodehandle
128            class.  Support for $get_wrapper argument.  Support
129            for |{read_until}| feature.
130    
131    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm.src: Make a "bare ero" error for unknown
134            entities point the "&" character.
135    
136    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm.src: It turns out that U+FFFD don't have to
139            be added to the list of excluded characters.
140    
141    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm.src ($char_onerror): Have character decoder's |line|
144            and |column| a higher priority than the one set by the
145            tokenizer's input handler.
146            ($self->{read_until}): Exclude U+FFFD (but this might
147            not be necessary, since now we do line/column fixup in
148            the character decode handle).
149    
150  2008-09-14  Wakaba  <wakaba@suika.fam.cx>  2008-09-14  Wakaba  <wakaba@suika.fam.cx>
151    
152          * HTML.pm.src: Use |{read_until}| where possible.          * HTML.pm.src: Use |{read_until}| where possible.

Legend:
Removed from v.1.302  
changed lines
  Added in v.1.325

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24