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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 08:42:08 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +84 -0 lines
Diff to previous 1.11
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:34:54 -0000
	* html-objects-1.dat: Added test cases for nested |video| and
	|audio| elements (HTML5 revision 3488).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:41:54 -0000
	* HTML.pm: Disallow nested |video| and |audio| elements (HTML5
	revision 3488).  (But this does not work at the moment due to the
	bug on the handling of transparent elements).

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


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 03:51:05 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +15 -0 lines
Diff to previous 1.10
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 03:48:35 -0000
	* html-objects-1.dat: Added a test of the presence of space
	characters in the |name| attribute of the |map| element.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 03:48:53 -0000
2009-08-30  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Disallow space characters in <map name="">.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 13:29:21 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +84 -0 lines
Diff to previous 1.9
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 13:25:42 -0000
	* html-objects-1.dat: Added tests on loop attributes of |video|
	and |audio| elements (HTML5 revision 2401).

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

	* html-form-datalist.dat: Added a test on list="" invalidly
	referencing a |select| element (HTML5 revision 2376).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 13:26:39 -0000
	* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|,
	|start|, |end|, and |playcount| attributes as obsolete attributes
	to |audio| and |video| elements (HTML5 revision 2401).

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


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 06:46:33 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +40 -0 lines
Diff to previous 1.8
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 06:43:14 -0000
	* html-objects-1.dat: Revised and added test result on the
	|pixelratio| attribute of the |source| element, which is in fact
	dropped from the spec already ;- (HTML5 revision 2406 and HTML5
	revision 2493).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 06:44:00 -0000
	* HTML.pm: Revised and marked as dropped the |pixelratio|
	attribute of the |source| element (HTML5 revision 2406 and HTML5
	revision 2493).

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


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 06:37:14 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +9 -0 lines
Diff to previous 1.7
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 06:36:33 -0000
	* html-objects-1.dat: Revised test results on |autoplay|
	attributes as per HTML5 revision 3344.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 06:36:54 -0000
	* HTML.pm: Discourage use of the |autoplay| attribute (HTML5
	revision 3344).

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


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 02:59:45 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 02:57:48 -0000
	* html-texts-1.dat: Added test data on floating point numbers,
	especially sceientific notation numbers.

	* html-form-input-1.dat: Fixed some wrong test results on floating
	point numbers.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 02:58:13 -0000
	* HTML.pm: Implemented floating point number in sceientific
	notation.

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


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 09:35:36 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +87 -37 lines
Diff to previous 1.5
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 09:34:41 -0000
	* html-objects-1.dat: Added and revised test data on |map| element
	content model (HTML5 revision 3009).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 09:35:24 -0000
	* HTML.pm: Changed |map| element content model to transparent
	content model (HTML5 revision 3009).

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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 07:26:57 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +21 -0 lines
Diff to previous 1.4
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 07:26:16 -0000
	* html-objects-1.dat: Added test cases for transparent child of
	|figure| elements (cf. HTML5 revision 2863).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 07:10:15 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +57 -2 lines
Diff to previous 1.3
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 07:07:33 -0000
	* html-objects-1.dat: Added test cases for the autobuffer=""
	attribute (cf. HTML5 revision 2855).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 07:07:50 -0000
	* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).

2009-07-26  Wakaba  <wakaba@suika.fam.cx>


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 06:32:13 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +111 -0 lines
Diff to previous 1.2
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 06:31:12 -0000
2009-07-26  Wakaba  <wakaba@suika.fam.cx>

	* html-objects-1.dat: Added test cases for interaction of |figure|
	element and |caption| descendant (cf. HTML5 revision 2863).

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 06:32:03 -0000
2009-07-26  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Disallow |figure|-grandchild |caption| element when
	|table| is the only child of |figure| element (HTML5 revision
	2863).


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 03:21:14 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +160 -0 lines
Diff to previous 1.1
++ whatpm/t/dom-conformance/ChangeLog	25 Jul 2009 03:21:05 -0000
2009-07-25  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat, html-objects-1.dat: Added tests on
	dimension attributes (cf. HTML5 revision 2943).

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Jul 2009 03:20:07 -0000
2009-07-25  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Implemented dimenstion attributes (|width| and
	|height|; cf. HTML5 revision 2943).


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 12:18:39 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
++ 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>


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