Log of /markup/html/whatpm/Whatpm/ContentChecker/Atom.pm
Parent Directory
| Revision Log
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 20 06:10:18 2008 UTC
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.21: +16 -7 lines
Diff to
previous 1.21
++ whatpm/t/ChangeLog 20 Sep 2008 05:50:38 -0000
* content-model-1.dat: Test data for interactive contents are
added (cf. HTML5 revision 2018).
2008-09-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 20 Sep 2008 05:46:21 -0000
2008-09-20 Wakaba <wakaba@suika.fam.cx>
* ContentChecker.pm ($IsInHTMLInteractiveContent): New.
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Sep 2008 05:51:55 -0000
* HTML.pm, Atom.pm: Interactrive content implementation synced
with the spec (HTML5 revision 2018).
2008-09-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 30 10:26:39 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.20: +1 -1 lines
Diff to
previous 1.20
++ whatpm/t/ChangeLog 30 Aug 2008 10:22:30 -0000
* ContentChecker.t: Updated for latest version of the
Whatpm::ContentChecker module.
* content-model-1.dat, content-model-2.dat, content-model-3.dat,
content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
content-model-atom-2.dat, content-model-atom-threading-1.dat,
table-1.dat: Results updated.
2008-08-30 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 30 Aug 2008 10:24:24 -0000
* ContentChecker.pm: Error level definition for |xml_id_error|
was missing.
* URIChecker.pm: The end of the URL should be marked as the
error location for an empty path error. The position
between the userinfo and the port components should be
marked as the error location for an empty host error.
2008-08-30 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 30 Aug 2008 10:26:28 -0000
2008-08-30 Wakaba <wakaba@suika.fam.cx>
* Atom.pm: s/element missing/child element missing/ for
consistency.
* HTML.pm: Typos fixed.
(pre): "No significant content" error was unintentionally
disabled. s/element missing/child element missing/ for
consistency.
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 29 13:34:36 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.19: +6 -2 lines
Diff to
previous 1.19
++ whatpm/Whatpm/ChangeLog 29 Aug 2008 13:33:31 -0000
2008-08-29 Wakaba <wakaba@suika.fam.cx>
* IMTChecker.pm: Updated for the new error reporting architecture.
* ContentChecker.pm: Error levels for IMTs are added.
++ whatpm/Whatpm/ContentChecker/ChangeLog 29 Aug 2008 13:34:24 -0000
2008-08-29 Wakaba <wakaba@suika.fam.cx>
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 16:02:02 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.18: +11 -11 lines
Diff to
previous 1.18
++ whatpm/Whatpm/ChangeLog 15 Aug 2008 16:01:09 -0000
2008-08-16 Wakaba <wakaba@suika.fam.cx>
* ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag
and URL checkers. Support for more error levels for bogus
langauge tag and URL "standards".
* LangTag.pm, URIChecker.pm: Support for new style error
level reporting.
++ whatpm/Whatpm/ContentChecker/ChangeLog 15 Aug 2008 16:01:45 -0000
2008-08-16 Wakaba <wakaba@suika.fam.cx>
* HTML.pm, Atom.pm: Pass {level} object to language tag
and URL checkers.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 15 12:46:44 2008 UTC
(16 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.17: +138 -139 lines
Diff to
previous 1.17
++ whatpm/Whatpm/ChangeLog 15 Aug 2008 12:45:57 -0000
* ContentChecker.pm: All error reporting method calls are
renewed.
2008-08-15 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 15 Aug 2008 12:46:27 -0000
2008-08-15 Wakaba <wakaba@suika.fam.cx>
* Atom.pm, HTML.pm: All error reporting method calls are
revised.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 10:58:17 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.16: +7 -5 lines
Diff to
previous 1.16
++ whatpm/t/ChangeLog 20 Mar 2008 10:58:07 -0000
* content-model-atom-1.dat: New test data are added.
* content-model-atom-2.dat: New test data are
added from Atom test suite.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 10:57:00 -0000
* Atom.pm: Don't raise an error even if there is
no |atom:summary| element child in the |atom:entry|
element when the |type| attribute of the |atom:content|
element is set to |html|, |xhtml|, or |text|.
The |atom:rights| elements were implemented
as Date construct (!?).
Typo in code for |rel=alternate| are fixed.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 10:30:21 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.15: +60 -0 lines
Diff to
previous 1.15
++ whatpm/t/ChangeLog 20 Mar 2008 10:00:26 -0000
* content-model-atom-threading-1.dat: New test data
on |thr:total| element are added
2008-03-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 09:59:59 -0000
* Atom.pm: Support for |thr:total| element.
Add notes on additional Atom namespaces.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 09:38:47 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.14: +107 -35 lines
Diff to
previous 1.14
++ whatpm/t/ChangeLog 20 Mar 2008 09:30:57 -0000
* ContentChecker.t: |content-model-atom-threading-1.dat|
added.
* content-model-atom-threading-1.dat: New test file.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 09:31:15 -0000
* Atom.pm: Support for |thr:in-reply-to| element.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 08:54:00 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.13: +14 -5 lines
Diff to
previous 1.13
++ whatpm/t/ChangeLog 20 Mar 2008 08:53:32 -0000
* ContentCheker.t: Replace dummy error type for subdoc
checking invocations to ";SUBDOC".
* content-model-1.dat, content-model-2.dat: Test
results revised to support the aforementioned change.
* content-model-atom-1.dat: Test results revised
so that |type=html| in Text construct is now
tested whether the subdoc code is invoked.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
* content-model-atom-1.dat: Test data on cases of
missing |atom:summary| in |atom:entry| are added.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 08:38:25 -0000
* Atom.pm: Raise an error if required |atom:summary|
element is missing from an |atom:entry| element.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 08:23:42 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.11: +11 -4 lines
Diff to
previous 1.11
++ whatpm/t/ChangeLog 20 Mar 2008 08:23:06 -0000
* content-model-1.dat: Some test results were incorrect, again... orz
2008-03-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 08:23:36 -0000
* Atom.pm: Bug fix for validation of |feed| on |author| child.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 08:04:58 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.10: +12 -5 lines
Diff to
previous 1.10
++ whatpm/Whatpm/ChangeLog 20 Mar 2008 08:04:21 -0000
* HTML.pm.src (set_inner_html): Line/column number
code was old one yet.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 08:04:50 -0000
* Atom.pm: Support for |<content type=html>| content
checking.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 07:37:00 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.9: +7 -1 lines
Diff to
previous 1.9
++ whatpm/t/ChangeLog 20 Mar 2008 07:36:54 -0000
* content-model-1.dat: Some test results are fixed.
* content-model-atom-1.dat: Some test results are fixed.
Test data for |atom:author| for |atom:feed| are added.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
* content-model-atom-1.dat: Test data for |atom:author|
for |atom:feed| are added.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 07:35:41 -0000
* Atom.pm: Support for |author| for |feed| checking.
2008-03-20 Wakaba <wakaba@suika.fam.cx>
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 20 05:59:55 2008 UTC
(16 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.8: +36 -4 lines
Diff to
previous 1.8
++ whatpm/t/ChangeLog 20 Mar 2008 05:59:40 -0000
2008-03-20 Wakaba <wakaba@suika.fam.cx>
* content-model-1.dat: Some test results related on |atom:entry|
are fixed.
* content-model-atom-1.dat: Test data for |atom:author|
for |atom:entry| are added.
++ whatpm/Whatpm/ContentChecker/ChangeLog 20 Mar 2008 05:58:48 -0000
2008-03-20 Wakaba <wakaba@suika.fam.cx>
* Atom.pm: Support for |author| for |entry| checking.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 2 11:16:34 2008 UTC
(16 years, 8 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.7: +693 -1019 lines
Diff to
previous 1.7
++ whatpm/t/ChangeLog 2 Mar 2008 11:10:02 -0000
* content-model-atom-1.dat: New test data are added.
2008-03-02 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ChangeLog 2 Mar 2008 11:16:26 -0000
* ContentChecker.pm: Typo fixed. Don't raise "character encoding"
and related errors unless it is an HTML document (though the spec
is unclear on whether it is applied to XHTML document).
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
are added.
2008-03-02 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 2 Mar 2008 11:11:31 -0000
* Atom.pm: Reimplemented.
2008-03-02 Wakaba <wakaba@suika.fam.cx>
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 25 08:04:20 2007 UTC
(16 years, 11 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +52 -3 lines
Diff to
previous 1.6
++ whatpm/t/ChangeLog 25 Nov 2007 07:57:28 -0000
2007-11-25 Wakaba <wakaba@suika.fam.cx>
* content-model-1.dat, content-model-2.dat, content-model-3.dat,
content-model-4.dat, table-1.dat: Test data are updated
for the significant content check.
* content-model-5.dat: New test data.
* ContentChecker.t: New test data file is added.
++ whatpm/Whatpm/ChangeLog 25 Nov 2007 07:59:33 -0000
* ContentChecker.pm ($AnyChecker): Old way to add child elements
for checking had been used.
2007-11-25 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 25 Nov 2007 08:00:46 -0000
* HTML.pm: Support for checking for significant content (HTML5
revision 1114). Note that the current implementation has
an issue on treatment for transparent or semi-transparent
elements.
* Atom.pm: Support for significant content checking (for composed
HTML-Atom documents).
2007-11-25 Wakaba <wakaba@suika.fam.cx>
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 14 09:21:46 2007 UTC
(17 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.5: +75 -22 lines
Diff to
previous 1.5
++ whatpm/t/ChangeLog 14 Oct 2007 09:21:32 -0000
2007-10-14 Wakaba <wakaba@suika.fam.cx>
* content-model-1.dat, content-model-2.dat: New test
data for |rule|, |nest|, and |datatemplate| elements.
++ whatpm/Whatpm/ChangeLog 14 Oct 2007 09:20:23 -0000
2007-10-14 Wakaba <wakaba@suika.fam.cx>
* ContentChecker.pm (check_document): Support for
new |is_xml_root| flag.
(check_element): Support for new |pluses| state.
(_add_pluses): New method.
(_remove_minuses): Support for new |minus| item.
++ whatpm/Whatpm/ContentChecker/ChangeLog 14 Oct 2007 09:20:50 -0000
2007-10-14 Wakaba <wakaba@suika.fam.cx>
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
and |html:rule| elements.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 29 04:45:10 2007 UTC
(17 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +1 -0 lines
Diff to
previous 1.4
++ whatpm/t/ChangeLog 29 Sep 2007 04:36:22 -0000
2007-09-29 Wakaba <wakaba@suika.fam.cx>
* tokenizer-test-1.test: New tests for invalid
attribute specifications are added.
++ whatpm/Whatpm/ChangeLog 29 Sep 2007 04:38:17 -0000
* ContentChecker.pm: Raise specific error for invalid
root element.
* SelectorsParser.pm: Pass an empty string as a prefix
for lookup namespace prefix callback, for loose compatibility
with the |NSResolver| interface.
2007-09-24 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 29 Sep 2007 04:38:46 -0000
* Atom.pm (atom:link@title): Definition was missing.
2007-09-24 Wakaba <wakaba@suika.fam.cx>
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 24 04:23:45 2007 UTC
(17 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +56 -8 lines
Diff to
previous 1.3
++ whatpm/t/ChangeLog 24 Sep 2007 04:23:24 -0000
2007-09-24 Wakaba <wakaba@suika.fam.cx>
* ContentChecker.t: New test data files are added.
* content-model-atom-1.dat, content-model-atom-2.dat: New test data.
++ whatpm/Whatpm/ChangeLog 24 Sep 2007 04:21:59 -0000
2007-09-24 Wakaba <wakaba@suika.fam.cx>
* ContentChecker.pm: Set level values for later uses.
++ whatpm/Whatpm/ContentChecker/ChangeLog 24 Sep 2007 04:22:38 -0000
2007-09-24 Wakaba <wakaba@suika.fam.cx>
* Atom.pm (hreflang): Checker is implemented.
(AtomDateConstruct): Checking for content is implemented.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 5 09:24:56 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.2: +132 -23 lines
Diff to
previous 1.2
++ whatpm/Whatpm/ChangeLog 5 Aug 2007 09:23:31 -0000
* H2H.pm: |b|, |i|, and |sub| are added to the
list of allowed HTML elements.
2007-08-05 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Aug 2007 09:24:54 -0000
* Atom.pm: |link|-related checks are added; |type|
media type checks are added. |hreflang| now warns
as unimplemented.
2007-08-05 Wakaba <wakaba@suika.fam.cx>
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 5 07:12:45 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.1: +364 -22 lines
Diff to
previous 1.1
++ whatpm/Whatpm/ChangeLog 5 Aug 2007 07:12:00 -0000
2007-08-05 Wakaba <wakaba@suika.fam.cx>
* H2H.pm: |samp| is added to the list of allowed
HTML elements.
* URIChecker.pm (check_iri): New.
(check_iri_reference): Error type for IRI reference
syntax error is changed.
++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Aug 2007 07:12:26 -0000
* Atom.pm: Checker for all elements are defined (with
a number of "TODO"s).
2007-08-05 Wakaba <wakaba@suika.fam.cx>
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 5 04:50:57 2007 UTC
(17 years, 3 months ago)
by
wakaba
Branch:
MAIN
++ whatpm/Whatpm/ChangeLog 5 Aug 2007 04:50:52 -0000
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
is added.
(check_document): Load appropriate module before validation.
2007-08-04 Wakaba <wakaba@suika.fam.cx>
++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Aug 2007 04:49:57 -0000
2007-08-05 Wakaba <wakaba@suika.fam.cx>
* Atom.pm: New Perl module.
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.