/[suikacvs]/markup/html/whatpm/t/content-model-atom-1.dat
Suika

Log of /markup/html/whatpm/t/content-model-atom-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 10:26:39 2008 UTC (16 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +174 -172 lines
Diff to previous 1.6
++ 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.6 - (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.5: +36 -0 lines
Diff to previous 1.5
++ 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.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 08:54:01 2008 UTC (16 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +54 -0 lines
Diff to previous 1.4
++ 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.4 - (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.3: +167 -0 lines
Diff to previous 1.3
++ 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.3 - (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.2: +268 -0 lines
Diff to previous 1.2
++ 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.2 - (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.1: +237 -0 lines
Diff to previous 1.1
++ 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.1 - (view) (download) (annotate) - [select for diffs]
Mon Sep 24 04:23:47 2007 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
++ 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.


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.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24