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