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