| 1 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Output.pm (generate_input_section): Added support for JavaScript |
| 4 |
|
regular expressions. |
| 5 |
|
|
| 6 |
|
2008-12-10 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* Result.pm: Added support for |valueref| parameter of an error. |
| 9 |
|
|pos_end| should point the (intercharacter) position where the |
| 10 |
|
highlighted substring ends, not the character before the position, |
| 11 |
|
otherwise empty substring cannot be represented well. |
| 12 |
|
|
| 13 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
| 14 |
|
|
| 15 |
|
* Output.pm: Support for the |text/x-css-inline| type is added. |
| 16 |
|
|
| 17 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
| 19 |
|
* Output.pm ($htescape, $htescape_value): Commented out |
| 20 |
|
redundant things for now. |
| 21 |
|
|
| 22 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 23 |
|
|
| 24 |
|
* Result.pm (add_error): Support for |line_diff| and |column_diff| |
| 25 |
|
parameters. |
| 26 |
|
|
| 27 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
| 28 |
|
|
| 29 |
|
* Output.pm (generate_input_section): Set |tabindex=0| to |details| |
| 30 |
|
header, to make the header focusable. |
| 31 |
|
|
| 32 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
| 33 |
|
|
| 34 |
|
* Result.pm (generate_result_section): Initial |
| 35 |
|
support for the charset layer. |
| 36 |
|
|
| 37 |
|
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
| 38 |
|
|
| 39 |
|
* Output.pm (nl_text): Support for |<var>{octets}</var>|, |
| 40 |
|
|<var>{char}</var>|, and |<var>{char:hexref}</var>| |
| 41 |
|
macros. |
| 42 |
|
(generate_input_section): More charsets are added |
| 43 |
|
to the list of charsets. |
| 44 |
|
|
| 45 |
|
* Result.pm: Pass |char| and |octets| arguments |
| 46 |
|
to |nl_text|. |
| 47 |
|
|
| 48 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
|
| 50 |
|
* Result.pm (add_error): Don't raise an error even if the |
| 51 |
|
end position is after the end of the string. |
| 52 |
|
|
| 53 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* Result.pm (add_error): Support for |value|-segment marking. |
| 56 |
|
|
| 57 |
|
2008-08-22 Wakaba <wakaba@suika.fam.cx> |
| 58 |
|
|
| 59 |
|
* Result.pm (add_error): Localize "description" link. |
| 60 |
|
|
| 61 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
| 62 |
|
|
| 63 |
|
* Output.pm: |text/x-h2h| added. |
| 64 |
|
|
| 65 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
| 66 |
|
|
| 67 |
|
* Output.pm (nl_text): We can finally get rid of a quirk. |
| 68 |
|
|
| 69 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
| 70 |
|
|
| 71 |
|
* Input.pm (Subdocument new): Invoke superclass's new method |
| 72 |
|
such that |urls| attribute is initialized. |
| 73 |
|
|
| 74 |
|
* Result.pm (add_error): Use ->url attribute to obtain |
| 75 |
|
the URL of the document. No longer output |text| argument, |
| 76 |
|
since all error types except for those used in the WebIDL module |
| 77 |
|
are now defined in the catalog. |
| 78 |
|
|
| 79 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
| 80 |
|
|
| 81 |
|
* Output.pm (start_section): Don't add item to the non-tab |
| 82 |
|
navigation menu if the item's rank is higher than 2. |
| 83 |
|
|
| 84 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
| 85 |
|
|
| 86 |
|
* Result.pm (add_error): Pass |value| argument, if any, |
| 87 |
|
to the |nl_text| for error type texts. |
| 88 |
|
|
| 89 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
| 90 |
|
|
| 91 |
* Output.pm (xref_text): New method. |
* Output.pm (xref_text): New method. |