1 |
|
2008-09-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* mklangreg.pl: New script. |
4 |
|
|
5 |
|
* Makefile: Updated for creation of the module for language subtag |
6 |
|
registry. |
7 |
|
|
8 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Makefile: WebIDL.html added. |
11 |
|
|
12 |
|
* WebIDL.pod: New documentation. |
13 |
|
|
14 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* WebIDL.pm: Checker's error types are redefined. |
17 |
|
|
18 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* WebIDL.pm: Parser's error types are redefined. Some forward |
21 |
|
compatible parsing bugs are fixed. Some unreachable codes are |
22 |
|
commented out. |
23 |
|
|
24 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* WebIDL.pm: Support for the reminding extended attributes are |
27 |
|
added. It does not satisfy the definition that a forward |
28 |
|
interface declaration has an extended attribute. It seems that |
29 |
|
unless explicitly allowed multiple extended attributes with the |
30 |
|
same name is not allowed, though it is not explicitly mentioned in |
31 |
|
the spec. |
32 |
|
|
33 |
|
2008-09-16 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* WebIDL.pm: Unescapes extended attribute names and extended |
36 |
|
attribute identifiers. Preserve whether an extended attribute has |
37 |
|
an argument list of not. Support for extended attributes: |
38 |
|
Constructor, ExceptionConsts, IndexGetter, IndexSetter, |
39 |
|
NameGetter, NameSetter, and Null. |
40 |
|
(has_argument_list): New attribute. |
41 |
|
(idl_text): Stringifies argument lists, if any, even if it is |
42 |
|
empty. |
43 |
|
|
44 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: New state |PCDATA_STATE|. Use an empty string for |
47 |
|
|{s_kwd}| in DATA_STATE as default. |
48 |
|
|
49 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}| |
52 |
|
by |{s_kwd}| in DATA_STATE. |
53 |
|
|
54 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm.src: Shorten keys. |
57 |
|
|
58 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm.src: Remove checking for control character, surrogate |
61 |
|
pair, or noncharacter code points and non-Unicode code |
62 |
|
points (they should be handled by Whatpm::Charset::UnicodeChecker). |
63 |
|
(parse_char_stream): Support for the |$get_wrapper| argument and |
64 |
|
character stream error handlers. |
65 |
|
|
66 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* ContentChecker.pm: Don't call |loda_ns_module| |
69 |
|
for null-namespace elements/attributes. |
70 |
|
|
71 |
|
* HTML.pm.src: Fact out $disallowed_control_chars |
72 |
|
as a hash. |
73 |
|
|
74 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src: Regexp typo fixed. |{prev_char}| |
77 |
|
and |{next_char}| initializations are moved to initialization |
78 |
|
method. |{read_until}| now supports buffering. Sync |set_inner_html| |
79 |
|
with |parse_char_stream|. |
80 |
|
|
81 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm.src (parse_char_stream): Make |set_next_char| |
84 |
|
invoke |manakai_read_until|, not only |read|, where |
85 |
|
possible, to decrease the number of |read| method calls. |
86 |
|
|
87 |
|
* mkhtmlparser.pl: Related changes to the aforementioned |
88 |
|
modification. |
89 |
|
|
90 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |
93 |
|
would report character error from now. |
94 |
|
|
95 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
* HTML.pm.src: White-space-leaded non-white-space character |
* HTML.pm.src: White-space-leaded non-white-space character |