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