/[suikacvs]/markup/html/whatpm/t/dom-conformance/html-flows-1.dat
Suika

Log of /markup/html/whatpm/t/dom-conformance/html-flows-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 08:02:05 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +4 -0 lines
Diff to previous 1.10
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:01:21 -0000
	* html-flows-1.dat: Added a test case for |p| in |legend| in
	|figure|.

2009-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:01:48 -0000
	* HTML.pm: Oops, |in_figure| flag should have been set in the
	|check_start|, not in |check_child_text|.

2009-08-30  Wakaba  <wakaba@suika.fam.cx>


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 07:06:57 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +0 -21 lines
Diff to previous 1.9
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 07:05:05 -0000
	* html-flows-1.dat, html-interactive-1.dat: Revised test results
	since the |menu| element is now a normal flow content (HTML5
	revision 2416).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 06:59:23 -0000
	* HTML.pm: Now |menu| element is a normal flow content (HTML5
	revision 2416).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 09:05:32 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +92 -15 lines
Diff to previous 1.8
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 08:39:48 -0000
	* html-flows-1.dat: Added and revised test data on |header| and
	|hgroup| elements (HTML5 revision 3039 and HTML5 revision 3040).

2009-08-22  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 08:39:33 -0000
	* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
	revision 3039 and HTML revision 3040).

2009-08-22  Wakaba  <wakaba@suika.fam.cx>


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Aug 16 07:08:43 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +22 -0 lines
Diff to previous 1.7
++ whatpm/t/dom-conformance/ChangeLog	16 Aug 2009 07:03:12 -0000
2009-08-16  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat: Added test cases for |cite| attributes for the
	|section| and |article| elements (HTML5 revision 3069 and HTML5
	revision 3627).

++ whatpm/Whatpm/ContentChecker/ChangeLog	16 Aug 2009 07:06:23 -0000
2009-08-16  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Implemented |cite| attributes on |section| and
	|article| elements as dropped attributes (HTML5 revision 3069 and
	HTML5 revision 3627).


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 23:35:33 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.6: +14 -0 lines
Diff to previous 1.6
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 23:31:57 -0000
2009-07-06  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat: |header| in |footer| or |address| is no longer
	allowed (HTML5 revision 3051).

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 23:34:46 -0000
2009-07-06  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Disallow |header| in |footer| or |address| (HTML5
	revision 3051).


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 06:06:58 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.5: +48 -3 lines
Diff to previous 1.5
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 06:03:27 -0000
2009-07-05  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat: Tests for |article| element and its |pubdate|
	attribute are added (c.f. HTML5 revision 3116).

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 06:04:53 -0000
2009-07-05  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Implemented |pubdate| attribute on the |article|
	element (HTML5 revision 3116).


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 10:32:32 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.4: +23 -4 lines
Diff to previous 1.4
allow block-level elements in legend in figure (html5 revision 3329)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 06:41:21 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +38 -1 lines
Diff to previous 1.3
++ whatpm/t/dom-conformance/ChangeLog	15 Dec 2008 06:41:13 -0000
2008-12-15  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat: Updated test results and added some new tests.

	* html-form-input-1.dat: Added some new tests.

++ whatpm/Whatpm/ContentChecker/ChangeLog	15 Dec 2008 06:40:20 -0000
2008-12-15  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm ($HTMLDatetimeAttrChecker): Removed.
	($GetDateTimeAttrChecker): Added.
	($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
	later use.
	(ins/@datetime, del/@datetime): Changed to use newer definitin of
	"global date and time string".
	(input's date- and time-related, and type=number and type=range
	control types): Implemented value="", min="", and max="".


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 12:18:39 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +576 -0 lines
Diff to previous 1.2
++ whatpm/t/ChangeLog	7 Oct 2008 12:07:43 -0000
	* content-model-1.dat: Some entries moved to
	dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat, and
	dom-conformance/html-interactive-1.dat.

	* content-model-2.dat: Removed (moved to
	dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat,
	dom-conformance/html-interactive-1.dat, and
	dom-conformance/html-flows-1.dat).

	* content-model-3.dat: Removed (moved to
	dom-conformance/xml-global.dat).

	* content-model-4.dat: Removed (moved to
	dom-conformance/html-texts-1.dat and
	dom-conformance/html-links-1.dat).

	* content-model-5.dat: Removed (moved to
	dom-conformance/html-flows-1.dat).

	* content-model-6.dat: Removed (moved to
	dom-conformance/html-dataset.dat).

	* ContentChecker.t: References to the removed files removed and
	references to new files added.

	* ContentChecker-XML.t: New script.

	* Makefile: Updated.

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 12:10:54 -0000
	* html-1.dat, html-dataset.dat, html-interactive-1.dat,
	html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
	New files (the test entries are moved from
	../content-model-*.dat).

2008-10-07  Wakaba  <wakaba@suika.fam.cx>


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 11:41:43 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +32 -12 lines
Diff to previous 1.1
++ whatpm/t/ChangeLog	7 Oct 2008 11:39:59 -0000
2008-10-07  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Repetition model test is moved to another
	file.  A wrong test result fixed.  Broken test entries fixed.
	<area rev> is now reported as "unknown attribute", since RDFa spec
	adds that attribute to all elements with the Common attribute set.
	Note that we have no plan to support RDFa, at the moment.

++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 11:41:37 -0000
	* html-flows-1.dat: <li value> test results updated.

	* html-forms-1.dat: accesskey="" attribute is obsolete.

	* html-metadata-1.dat: Fix broken test results.

	* html-repetitions.dat: The repetition template feature is
	obsolete.  A test entry from ../content-model-2.dat is added.

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	7 Oct 2008 11:36:17 -0000
2008-10-07  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.pm: New error level "html5_fact" added, which
	should be tentatively used until all of requirements are properly
	specced as RFC 2119 "MUST" in HTML5.

++ whatpm/Whatpm/ContentChecker/ChangeLog	7 Oct 2008 11:37:15 -0000
	* HTML.pm: Quoted-strings in media type specifications were not
	properly decoded.  Fixed support for <li value> with non-<ol>
	parent (or with no parent).

2008-10-07  Wakaba  <wakaba@suika.fam.cx>


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 11:51:15 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	5 Oct 2008 11:46:29 -0000
	* ContentChecker.t: New files added.

	* content-model-1.dat, content-model-2.dat: Numbers of test
	entries are moved to other files.

2008-10-05  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	5 Oct 2008 11:47:29 -0000
	* html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
	html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
	html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
	files (test entries moved from ../content-model-1.dat and
	../content-model-2.dat).

2008-10-05  Wakaba  <wakaba@suika.fam.cx>


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:

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24