Log of /test/html-webhacc/cc-style.css
Parent Directory
| Revision Log
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 11 05:11:11 2008 UTC
(15 years, 11 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.32: +5 -2 lines
Diff to
previous 1.32
++ ChangeLog 11 Dec 2008 05:09:03 -0000
* cc-about.en.html: Added links to Regexp modules.
* cc-script.js: Adds a class name to |iframe| element used instead
of XHR such that non-Ajax |iframe| element can be distinguished by
style sheets.
* cc-style.css: Displays non-Ajax |iframe| element.
* error-description-source.en.xml: Added catalog entries for
regexp graph sections.
* standards.en.html: s/WDCC/WebHACC/g. Added a subsection on
regular expressions.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 11 Dec 2008 05:11:06 -0000
* Table.pm: Bug fix: Subsections are no longer associated with tabs.
* RegExpJS.pm: Implemented graphization of regular expressions.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 11 Dec 2008 05:10:00 -0000
* Output.pm (start_section): Don't output |script| element for tab
control if not desired.
2008-12-11 Wakaba <wakaba@suika.fam.cx>
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 30 05:32:51 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.31: +5 -1 lines
Diff to
previous 1.31
++ ChangeLog 30 Aug 2008 05:32:30 -0000
2008-08-30 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Rule for empty |mark| elements is added.
* error-description-source.xml: Error message for
unknown address type error is updated.
++ html/WebHACC/ChangeLog 30 Aug 2008 05:32:47 -0000
2008-08-30 Wakaba <wakaba@suika.fam.cx>
* Result.pm (add_error): Support for |value|-segment marking.
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 13:09:08 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.30: +47 -1 lines
Diff to
previous 1.30
++ ChangeLog 16 Aug 2008 13:08:56 -0000
* Makefile: Generate Japanese version of error description document.
* cc-script.js, cc-style.css: Support for help popup.
* error-description-source.xml: Descriptions are added
to the description of WebHACC itself and descriptions
of error levels. Old error level table is removed.
* mkdescription.pl: Assume the second argument is
the language. Support for d:cat/d:desc.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 07:42:20 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.29: +34 -30 lines
Diff to
previous 1.29
++ ChangeLog 16 Aug 2008 07:38:01 -0000
* cc-script.js: Support for #index- fragment identifiers.
* cc-style.css: Prety styling for reformatted sources.
Support for new version of manifest dump sections.
* error-description-source.xml: Support for Whatpm::CacheManifest,
Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser,
and Whatpm::CSS::Parser errors. Support for l10n of cache
manifest dump sections.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 16 Aug 2008 07:42:17 -0000
* CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to
obtain the URL of the document.
* CacheManifest.pm (generate_structure_dump_section): It is
now i18n'ed. In addition, since URLs are tend to be long,
tables for fallback entries are replaced by |dd| entries and
paragraphs. "No entry" message is now handled by catalog,
rather than CSS.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 16 Aug 2008 07:39:54 -0000
* Input.pm (Subdocument new): Invoke superclass's new method
such that |urls| attribute is initialized.
* Result.pm (add_error): Use ->url attribute to obtain
the URL of the document. No longer output |text| argument,
since all error types except for those used in the WebIDL module
are now defined in the catalog.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 15 17:51:03 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.28: +32 -6 lines
Diff to
previous 1.28
++ ChangeLog 15 Aug 2008 17:50:50 -0000
* cc-style.css: Set min/max width/height such that tab content
is accessible even when stupid size of window is used.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 15 16:44:03 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.27: +3 -2 lines
Diff to
previous 1.27
++ ChangeLog 15 Aug 2008 16:43:11 -0000
* cc-script.js (_showTab): Show the tab button of the selected
tab.
* cc-script.css (nav): Show scrollbar if there are too many
tabs.
* cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e.
imlementation error case).
2008-08-16 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 15 Aug 2008 16:43:58 -0000
* Output.pm (start_section): Don't add item to the non-tab
navigation menu if the item's rank is higher than 2.
2008-08-16 Wakaba <wakaba@suika.fam.cx>
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 15 05:53:23 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.26: +80 -13 lines
Diff to
previous 1.26
++ ChangeLog 15 Aug 2008 05:43:43 -0000
2008-08-15 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Add icons to links and headings of error sections.
Use standard "uncertain" color for level-u errors. "No error found"
messages are now handled by catalog, not by CSS presentation.
The result paragraph saying that the conformance is unknown
should be bordered as uncertain error messages are.
* error-description-source.xml: New message entries
for not-translated-yet messages. Distinguish result table's
layer names from other similar texts.
++ html/WebHACC/Language/ChangeLog 15 Aug 2008 05:53:19 -0000
2008-08-15 Wakaba <wakaba@suika.fam.cx>
* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't
set "uncertain" flag to character encoding (encode) layer if the
input is a character string.
++ html/WebHACC/ChangeLog 15 Aug 2008 05:51:54 -0000
2008-08-15 Wakaba <wakaba@suika.fam.cx>
* Input.pm (generate_transfer_sections): Use standard
error list methods for transfer errors. Typos fixed.
* Output.pm (has_error): New attribute.
(start_error_list, end_error_list): Support for role "transfer-errors".
(end_error_list): Generate "no error found" paragraph if it should be.
(generate_input_section): Decode parameters as UTF-8.
* Result.pm (add_error): Set |has_error| flag. Use catalog
for "Unknown location" message.
(generate_result_section): Use different text for
result table rows than normal messages, to avoid collision
with other messages (such as "Charset").
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 14 15:50:42 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.25: +124 -51 lines
Diff to
previous 1.25
++ ChangeLog 14 Aug 2008 15:42:17 -0000
* cc.cgi: Generate result summary sections for
each subdocument.
* error-description-source.xml: New entries to
support localization of result sections.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Support for revised version of result summary
section styling.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 14 Aug 2008 15:50:38 -0000
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm,
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable|
or |layer_uncertain| flag appropriately.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 14 Aug 2008 15:48:38 -0000
* Input.pm: Methods |generate_transfer_sections|
and |generate_http_header_section| are moved to HTTP
subclass, since they are irrelevant to non-HTTP inputs.
(_get_document): Forbidden host error was not represented
by WebHACC::Input::Error subclass.
(WebHACC::Input::Error generate_transfer_sections): Use
role name for the section.
(WebHACC::Input::HTTPError generate_transfer_sections): New method
added, since the main superclass, i.e. WebHACC::Input::Error,
no longer dumps HTTP headers due to the change mentioned above.
* Output.pm (start_section): New roles "transfer-errors" and "result".
* Result.pm (parent_result): New attribute.
(layer_applicable, layer_uncertain): New methods to set flags.
(add_error): Natural language strings are now handled
by the catalog mechanism. Use new scoring mechanism.
(generate_result_section): Use catalog for all natural
language strings. Table generation is now much more sophiscated
that it was. Support for subdoc result summary. Support
for the column of the number of informational message. Support
for "N/A" status.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 14 11:58:32 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.24: +257 -210 lines
Diff to
previous 1.24
++ ChangeLog 14 Aug 2008 11:57:12 -0000
* cc-style.css: Revised such that subdocument check results
do not look stupid and that new class name rules
for level-* and layer-* is reflected by icons.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/Language/ChangeLog 14 Aug 2008 11:58:26 -0000
* Base.pm: Use "role" for source code sections.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 14 Aug 2008 11:58:10 -0000
* Output.pm (start_section): Roles set class="", too. New "source"
role for source code sections.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 14 09:16:52 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.23: +22 -6 lines
Diff to
previous 1.23
++ ChangeLog 14 Aug 2008 09:14:23 -0000
* cc-script.js, cc-style.css: Support for tab styling
of subdoc sections.
* cc-script.js (onbodyload): Scroll to the pointed
element, if possible.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
++ html/WebHACC/ChangeLog 14 Aug 2008 09:16:45 -0000
* Input.pm (id_prefix): Use the parent subdoc's id_prefix
as the prefix of the subdoc id_prefix (e.g. subdoc-1-subdoc-1-
for subdoc #1.1).
(start_section): Set the role of the section element as subdoc.
* Output.pm (start_section): Support for "subdoc" role.
Use parent input's id_prefix as parent_id.
2008-08-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 14 07:19:44 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.22: +62 -4 lines
Diff to
previous 1.22
++ ChangeLog 14 Aug 2008 07:18:47 -0000
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* cc-script.js, cc-style.js: Support for tab styling
of the "input" subsections. Support for the "details"
widget.
++ html/WebHACC/Language/ChangeLog 14 Aug 2008 07:19:38 -0000
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* CacheManifest.pm: Compile errors fixed.
++ html/WebHACC/ChangeLog 14 Aug 2008 07:19:14 -0000
2008-08-14 Wakaba <wakaba@suika.fam.cx>
* Output.pm: Support for inner tabs for "input" subsections.
Improved support for "details" widget.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 10 11:49:43 2008 UTC
(16 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.21: +58 -1 lines
Diff to
previous 1.21
++ ChangeLog 10 Aug 2008 11:48:40 -0000
2008-08-10 Wakaba <wakaba@suika.fam.cx>
* cc-script.js: Functions for tabbing are added.
* cc-style.css: Tab styling rules are added.
++ html/WebHACC/ChangeLog 10 Aug 2008 11:49:39 -0000
2008-08-10 Wakaba <wakaba@suika.fam.cx>
* Output.pm (html_header, start_section): Generate
script elements for tab styling.
* Result.pm: Link to error list section of transfer-protocol-level
errors.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 18 07:24:04 2008 UTC
(16 years, 6 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.20: +23 -1 lines
Diff to
previous 1.20
++ ChangeLog 18 May 2008 07:23:53 -0000
* LICENSE: Note on icons/*.png are added.
* icons/: New directory.
* cc-style.css: Rules for background images on error category
are added.
2008-05-18 Wakaba <wakaba@suika.fam.cx>
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 24 02:17:51 2008 UTC
(16 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.17: +9 -2 lines
Diff to
previous 1.17
++ ChangeLog 24 Feb 2008 02:17:37 -0000
2008-02-24 Wakaba <wakaba@suika.fam.cx>
* cc.cgi: Support for level-i (informational).
* cc-style.css: New style rules for informational messages added.
* error-description-source.xml (#information, #level-i): Added.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 9 12:22:19 2008 UTC
(16 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.16: +7 -3 lines
Diff to
previous 1.16
++ ChangeLog 9 Feb 2008 12:22:16 -0000
* cc-style.css: Rules for s/unsupported/u/'ed version added.
* cc.cgi: Support for 'u' level.
* error-description-source.en.xml: s/unsupported/u/;
* standards.en.html: CSS added.
2008-02-09 Wakaba <wakaba@suika.fam.cx>
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 18 11:05:12 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.14: +4 -1 lines
Diff to
previous 1.14
++ ChangeLog 18 Nov 2007 11:04:51 -0000
* cc-style.css: New rules for warnings.
* cc-todo.en.txt: Updated.
* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
for |inner_html| with external source. Set |manakai_charset|
attribute if possible.
(load_text_catalog): Interpret catalog file as UTF-8.
* error-description-source.en.xml: New errors for character
encodings are added.
2007-11-18 Wakaba <wakaba@suika.fam.cx>
* error-description-source.xml: s/charset declaration/character
encoding declaration/g, since HTML5 spec says so.
2007-11-18 Wakaba <wakaba@suika.fam.cx>
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 11 06:57:16 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.13: +3 -1 lines
Diff to
previous 1.13
++ ChangeLog 11 Nov 2007 06:57:02 -0000
* cc-style.css: Rules for "unsupported" parse errors.
* cc.cgi (print_syntax_error_html_section): Use HTML
parser for byte string.
(print_result_unknown_type_section): Make output
more consistent with other media types.
2007-11-11 Wakaba <wakaba@suika.fam.cx>
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 5 09:33:52 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.11: +21 -8 lines
Diff to
previous 1.11
++ ChangeLog 5 Nov 2007 09:33:38 -0000
2007-11-05 Wakaba <wakaba@suika.fam.cx>
* cc.cgi (get_error_level_label): New.
* cc-style.css: New rules for error level descriptions.
* error-description-source.xml: Description for error
levels is added.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 4 09:15:02 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.10: +53 -2 lines
Diff to
previous 1.10
++ ChangeLog 4 Nov 2007 09:14:24 -0000
2007-11-04 Wakaba <wakaba@suika.fam.cx>
* cc-interface.en.html (i): |text/cache-manifest| is added.
* cc-style.css: New rules for manifest dump.
* cc.cgi: Support for |text/cache-manifest|.
* error-description-soruce.en.xml (#cache-manifest-errors): New
section.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 21 04:58:17 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +7 -5 lines
Diff to
previous 1.6
++ ChangeLog 21 Jul 2007 04:58:03 -0000
2007-07-21 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: Don't remove bullet of the document node
in the document tree. Don't collapse white space
in the |code| elements.
* cc.cgi: Put identifiers and class names into |code|
element.
(get_text): Template for attribute values are supported.
* error-descriotion-source.en.xml: More error descriptions
are included. Use |{@}| attribute value insertion macro
for errors in which it should be useful.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 13:52:54 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.5: +14 -2 lines
Diff to
previous 1.5
++ ChangeLog 17 Jul 2007 13:52:41 -0000
2007-07-17 Wakaba <wakaba@suika.fam.cx>
* alert.png, error.png, info.png: New images.
* LICENSE: New image file names are added.
* cc-interface.en.html: Link to the style sheet is added.
* cc-style.css: Duplicate identifiers and terms
are decorated by icon.
* cc.cgi: |h1| links to the interface page.
(#identifiers): New section.
* error-description-source.en.xml: More error types are
added.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 1 10:02:24 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +25 -3 lines
Diff to
previous 1.4
++ ChangeLog 1 Jul 2007 10:02:07 -0000
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|.
Link to |error-description|.
* error-description-source.xml: New.
* mkdescription.pl: New.
2007-07-01 Wakaba <wakaba@suika.fam.cx>
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 1 06:21:46 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +38 -1 lines
Diff to
previous 1.3
++ ChangeLog 1 Jul 2007 06:21:44 -0000
2007-07-01 Wakaba <wakaba@suika.fam.cx>
* cc-style.css: New rules for empty error lists,
error levels, and |code|.
* cc.cgi: Support for error message catalog.
Support for empty (zero-length) document.
(print_source_string): Support for empty document.
(print_document_tree): Element |has_child_nodes| test
was incorrect. Output compat mode and is html flag
for |Document| node.
(load_text_catalog, get_text): New functions.
* LICENSE, large-alert.png, large-info.png, large-stop.png:
New files.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 30 08:26:08 2007 UTC
(17 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.2: +5 -1 lines
Diff to
previous 1.2
++ ChangeLog 30 Jun 2007 08:26:04 -0000
2007-06-30 Wakaba <wakaba@suika.fam.cx>
* cc-style.css (img): New rule not to make border
for img[usemap].
* cc.cgi: |table.cgi|-feature merged. Doctype
token was serialized incorrectly.
* table-script.js (tableToCanvas): Has second
argument to specify the parent. Use image map
to identify cells.
* table.cgi: Minor fix to sync with the aforementioned
change.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.