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