/[suikacvs]/markup/html/whatpm/t/dom-conformance/ChangeLog
Suika

Log of /markup/html/whatpm/t/dom-conformance/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 08:54:07 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.76: +5 -0 lines
Diff to previous 1.76
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:53:30 -0000
	* html-links-1.dat: Added test cases for case-insensitivity of
	link types (HTML5 revision 2698).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:53:54 -0000
	* HTML.pm: Made link types ASCII case-insensitive (HTML5 revision
	2698).

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


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 08:42:08 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.75: +5 -0 lines
Diff to previous 1.75
++ 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.75 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 08:25:43 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.74: +5 -0 lines
Diff to previous 1.74
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 08:18:55 -0000
	* html-tables-1.dat: Added test cases for |td| elements in |thead|
	elements (HTML5 revision 3518).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 08:19:21 -0000
	* HTML.pm: Disallow |td| as grandchilds of |thead| (HTML5 revision
	3518).

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


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 08:02:05 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.73: +5 -0 lines
Diff to previous 1.73
++ 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.73 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 07:51:24 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.72: +5 -0 lines
Diff to previous 1.72
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 07:47:50 -0000
	* html-texts-1.dat: Added test cases for nested |progress|,
	|time|, and |meter| elements (HTML5 revision 3692).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 07:48:15 -0000
	* HTML.pm: Disallow nested |progress|, |meter|, and |time|
	elements (HTML5 revision 3692).

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


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 07:43:44 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.71: +5 -0 lines
Diff to previous 1.71
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 07:37:16 -0000
	* html-interactive-1.dat: Added test cases related to |command|
	element's attributes (HTML5 revision 2415).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 07:37:55 -0000
	* HTML.pm: Implemented |command| element's attributes'
	requirements (HTML5 revision 2415).

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


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 07:20:42 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.70: +5 -0 lines
Diff to previous 1.70
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 07:13:46 -0000
	* html-texts-1.dat: Added test cases for |progress|'s |value| and
	|max| attributes (cf. HTML5 revision 2484).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 07:13:58 -0000
	* HTML.pm: Implemented |progress|'s author requirements (cf. HTML5
	revision 2484).

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


Revision 1.70 - (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.69: +5 -0 lines
Diff to previous 1.69
++ 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.69 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 03:40:50 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.68: +5 -0 lines
Diff to previous 1.68
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 03:35:02 -0000
2009-08-30  Wakaba  <wakaba@suika.fam.cx>

	* xml-global.dat: Added a test of |xml:lang| attribute on a
	foreign element in an HTML document (HTML5 revision 3697).

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

	* ContentChecker.pm: Allow |xml:lang| in HTML document if the
	owner element is not an HTML element (HTML5 revision 3697).


Revision 1.68 - (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.67: +10 -0 lines
Diff to previous 1.67
++ 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.67 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 08:13:45 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.66: +8 -0 lines
Diff to previous 1.66
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 08:13:30 -0000
	* html-datatemplate.dat, html-repetitions.dat, html-forms-1.dat,
	html-form-input-1.dat, html-form-button.dat, html-form-select.dat,
	html-form-textarea.dat, html-texts-1.dat, html-interactive-1.dat:
	Revised test results related to the removed datatemplate and
	repetition template feature (HTML5 revision 2319).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 08:04:48 -0000
	* HTML.pm: Marked datatemplate and repetition template features as
	dropped (HTML5 revision 2319).

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


Revision 1.66 - (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.65: +6 -0 lines
Diff to previous 1.65
++ 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.65 - (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.64: +7 -0 lines
Diff to previous 1.64
++ 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.64 - (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.63: +5 -0 lines
Diff to previous 1.63
++ 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.63 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 05:47:19 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.62: +6 -0 lines
Diff to previous 1.62
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 05:44:16 -0000
	* html-metadata-1.dat: Added test data on <meta
	http-equiv=content-language> (see
	<http://manakai.g.hatena.ne.jp/task/4/110>).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 05:45:41 -0000
	* HTML.pm: Implemented <meta http-equiv=content-language> (see
	<http://manakai.g.hatena.ne.jp/task/4/110>).

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


Revision 1.62 - (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.61: +8 -0 lines
Diff to previous 1.61
++ 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.61 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 02:35:33 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.60: +9 -0 lines
Diff to previous 1.60
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 02:34:37 -0000
	* html-form-button.dat: Added test data on interactive content in
	|button| element (HTML5 revision 2392).

	* html-links-1.dat: Added test data on exclusion of interactive
	content (HTML5 revision 2455, HTML5 revision 3162, HTML5 revision
	3338).

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

++ whatpm/Whatpm/ChangeLog	23 Aug 2009 02:26:52 -0000
2009-08-23  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.pm: Allow <input type=hidden> in context where
	interactive content is disallowed (HTML5 revision 2392).

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 02:35:21 -0000
	* HTML.pm: Disallow interactive content in |button| element (HTML5
	revision 2392).  Marked |img| and |object| (with |usemap|
	attribute) elements, |iframe| element, and |embed| element as
	interactive content (HTML5 revision 2455, HTML5 revision 3162,
	HTML5 revision 3338).

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


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 02:02:58 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.59: +6 -0 lines
Diff to previous 1.59
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 02:02:16 -0000
2009-08-23  Wakaba  <wakaba@suika.fam.cx>

	* html-texts-1.dat: Revised and added test data on |time| and
	|datetime| attribute of the |time| element content model/attribute
	value syntax.

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

	* HTML.pm: Revised the syntax of the |time| element and its
	|datetime| attribute to sync with the latest spec definition.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 12:29:33 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.58: +6 -0 lines
Diff to previous 1.58
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 12:28:07 -0000
	* html-form-input-1.dat, html-forms-1.dat: Revised and added test
	data on the |accept| attribute of the |input| element to allow
	white space characters arround tokens (HTML5 revision 2759).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 12:26:35 -0000
	* HTML.pm: Allow white space characters arround tokens in |accept|
	attribute value of |input| elements (HTML5 revision 2759).

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


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 12:15:25 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.57: +7 -0 lines
Diff to previous 1.57
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 12:07:47 -0000
	* html-form-button-1.dat: Changed test results for WF2 form
	submission attributes on |button| element and added test results
	for form submission attributes starting with "form" on |button|
	element (HTML5 revision 2890).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 12:07:57 -0000
	* HTML.pm: Renamed form submission attributes on |button| element
	to new names beginning by |form| (HTML5 revision 2890).

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


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 12:00:44 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.56: +7 -0 lines
Diff to previous 1.56
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 11:59:41 -0000
	* html-form-input-1.dat: Changed test results for WF2 form
	submission attributes on |input| element and added test results
	for form submission attributes starting with "form" on |input|
	element (HTML5 revision 2890).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 12:00:33 -0000
	* HTML.pm: Renamed form submission attributes on |input| element
	to new names beginning by |form| (HTML5 revision 2890).

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


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 10:13:40 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +6 -0 lines
Diff to previous 1.55
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 10:12:51 -0000
	* html-interactive-1.dat, html-datatemplate.dat,
	html-form-label.dat, html-links-1.dat: Revised test data on
	|datagrid| (HTML5 revision 2962, HTML5 revision 3555).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 10:13:28 -0000
	* HTML.pm: The |datagrid| element has been commented out in the
	spec (HTML5 revision 2962, HTML5 revision 3555).

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


Revision 1.55 - (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.54: +5 -0 lines
Diff to previous 1.54
++ 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.54 - (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.53: +5 -0 lines
Diff to previous 1.53
++ 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.53 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 06:05:55 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.52: +7 -0 lines
Diff to previous 1.52
++ whatpm/t/ChangeLog	22 Aug 2009 06:03:14 -0000
2009-08-22  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added a new test data file.

++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 06:04:05 -0000
	* html-forms-1.dat, html-form-label.dat: Added test data on
	|keygen| element (HTML5 revision 2960).

	* html-form-keygen.dat: New file (HTML5 revision 2960).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 06:04:27 -0000
	* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).

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


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 05:36:15 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.51: +5 -0 lines
Diff to previous 1.51
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 05:32:46 -0000
	* html-form-input-1.dat: Added test data on |<input type=tel>|
	elements (HTML5 revision 3054).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 05:33:04 -0000
	* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054).

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


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 05:14:23 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.50: +5 -0 lines
Diff to previous 1.50
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 05:12:01 -0000
	* html-form-input-1.dat: Added test data on |<input type=url
	value=...>| (cf. HTML5 revision 2615).

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


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Aug 22 05:05:15 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.49: +5 -0 lines
Diff to previous 1.49
++ whatpm/t/dom-conformance/ChangeLog	22 Aug 2009 05:05:07 -0000
2009-08-22  Wakaba  <wakaba@suika.fam.cx>

	* html-form-label.dat: Added tests on |<label for=a><input
	id=a></label>|-handlings (cf. HTML5 revision 2614).

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Aug 2009 05:04:33 -0000
2009-08-22  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5
	revision 2614).


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sun Aug 16 07:42:07 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.48: +4 -0 lines
Diff to previous 1.48
++ whatpm/t/ChangeLog	16 Aug 2009 07:32:33 -0000
	* ContentChecker.t: Added a new test data file.

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

++ whatpm/t/dom-conformance/ChangeLog	16 Aug 2009 07:33:45 -0000
	* html-interactive-2.dat: New test data file.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	16 Aug 2009 07:33:26 -0000
	* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5
	revision 3550).

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


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Aug 16 07:22:36 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +6 -0 lines
Diff to previous 1.47
++ whatpm/t/ChangeLog	16 Aug 2009 07:20:16 -0000
	* content-model-7.dat: The |bb| element has been removed from the
	spec so that relevant test results are changed (HTML5 revision
	3621).

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

++ whatpm/t/dom-conformance/ChangeLog	16 Aug 2009 07:20:00 -0000
	* html-interactive-1.dat, html-datatemplate.dat: The |bb| element
	has been removed from the spec so that relevant test results are
	changed (HTML5 revision 3621).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	16 Aug 2009 07:20:36 -0000
	* HTML.pm: The |bb| element has been dropped from the spec (HTML5
	revision 3621).

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


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Aug 16 07:08:43 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.46: +6 -0 lines
Diff to previous 1.46
++ 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.46 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 01:59:05 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.45: +8 -0 lines
Diff to previous 1.45
++ whatpm/t/dom-conformance/ChangeLog	1 Aug 2009 01:56:34 -0000
2009-08-01  Wakaba  <wakaba@suika.fam.cx>

	* html-scripting-1.dat: Added test cases for |body| and |frameset|
	event handler content attributes (cf. HTML5 revision 2685).

	* html-global-1.dat: Moved event handler content attribute tests
	to |html-scripting-1.dat|.

++ whatpm/Whatpm/ContentChecker/ChangeLog	1 Aug 2009 01:45:06 -0000
2009-08-01  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Implemented |body| and |frameset| event handler content
	attributes (cf. HTML5 revision 2685).


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 11:15:48 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +5 -0 lines
Diff to previous 1.44
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 11:13:49 -0000
	* html-scripting-1.dat: Added test cases for onpopstate=""
	attribute (cf. HTML5 revision 2686).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 11:14:43 -0000
	* HTML.pm: Added onpopstate="" attribute to body element (HTML5
	revision 2686).

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


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 09:56:11 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +5 -0 lines
Diff to previous 1.43
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 09:54:48 -0000
	* html-forms-1.dat: Added test cases for autocomplete="" on the
	|form| elements (cf. HTML5 revision 2798).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 09:55:42 -0000
	* HTML.pm: Added autocomplete="" attribute to form element (HTML5
	revision 2798).

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


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 09:32:37 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +5 -0 lines
Diff to previous 1.42
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 09:32:24 -0000
	* html-global-1.dat: Added test cases for spellcheck="" global
	attribute (cf. HTML5 revision 2801).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 09:31:50 -0000
	* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).

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


Revision 1.42 - (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.41: +5 -0 lines
Diff to previous 1.41
++ 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.41 - (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.40: +5 -0 lines
Diff to previous 1.40
++ 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.40 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 06:53:46 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +5 -0 lines
Diff to previous 1.39
++ whatpm/t/dom-conformance/ChangeLog	26 Jul 2009 06:52:58 -0000
	* html-metadata-1.dat: Added test cases for <meta charset=utf-8>
	in XML documents (cf. HTML5 revision 2859).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Jul 2009 06:53:26 -0000
	* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
	revision 2859).

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


Revision 1.39 - (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.38: +5 -0 lines
Diff to previous 1.38
++ 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.38 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 04:05:42 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +6 -0 lines
Diff to previous 1.37
++ whatpm/t/dom-conformance/ChangeLog	25 Jul 2009 04:03:26 -0000
	* html-interactive-1.dat, html-scripting-1.dat,
	html-metadata-1.dat: The |eventsource| element and the |onmessage|
	attribute have been dropped (HTML5 revision 2870).

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

++ whatpm/Whatpm/ChangeLog	25 Jul 2009 03:55:06 -0000
	* HTML.pm.src: Marked where SVG |script| execution should be
	implemented (HTML5 revision 2904).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Jul 2009 04:04:24 -0000
	* HTML.pm: The |eventsource| element and the |onmessage| attribute
	have been dropped (HTML5 revision 2870).

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


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 03:45:25 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +5 -0 lines
Diff to previous 1.36
++ whatpm/t/dom-conformance/ChangeLog	25 Jul 2009 03:44:33 -0000
	* html-form-textarea.dat: Added tests on |textarea|'s
	|placeholder| attribute (cf. HTML5 revision 2921).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Jul 2009 03:44:58 -0000
	* HTML.pm: Added support for |textarea| element's |placeholder|
	attribute (HTML5 revision 2921).

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


Revision 1.36 - (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.35: +5 -0 lines
Diff to previous 1.35
++ 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.35 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 23:35:33 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.34: +5 -0 lines
Diff to previous 1.34
++ 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.34 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 06:46:16 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.33: +7 -0 lines
Diff to previous 1.33
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 06:46:07 -0000
	* html-global-1.dat, html-form-input-1.dat: Now that |accesskey|
	attribute is allowed as a global attribute with new syntax
	definition, related test reults are revised and some new tests are
	added (HTML5 revision 3065).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 06:45:08 -0000
	* HTML.pm: Allow |accesskey| on all elements (HTML5 revision
	3065).

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


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 06:11:36 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.32: +5 -0 lines
Diff to previous 1.32
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 06:09:10 -0000
	* html-interactive-1.dat: The |default| attribute of the |command|
	element is tentatively disallowed (HTML5 revision 3067).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 06:09:40 -0000
	* HTML.pm: Disallow |default| attribute of the |command| element
	for now (HTML5 revision 3067).

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


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 06:06:58 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.31: +5 -0 lines
Diff to previous 1.31
++ 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.31 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 22:55:27 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.30: +6 -0 lines
Diff to previous 1.30
++ whatpm/t/dom-conformance/ChangeLog	2 Jul 2009 22:55:00 -0000
2009-07-03  Wakaba  <wakaba@suika.fam.cx>

	* html-interactive-1.dat, html-links-1.dat, html-datatemplate.dat,
	html-form-label.dat: Test results related to |datagrid| content
	model are updated (c.f. HTML5 revision 3164).

++ whatpm/Whatpm/ContentChecker/ChangeLog	2 Jul 2009 22:55:21 -0000
2009-07-03  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: |datagrid| now allows any flow content (HTML5 revision
	3164).


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 11:27:47 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.29: +5 -0 lines
Diff to previous 1.29
++ whatpm/t/dom-conformance/ChangeLog	28 Jun 2009 11:26:40 -0000
	* html-texts-1.dat, html-datatemplate.dat: Updated |rp| test
	results (c.f. HTML5 revision 3217).

2009-06-28  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	28 Jun 2009 11:27:37 -0000
	* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
	3217).

2009-06-28  Wakaba  <wakaba@suika.fam.cx>


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 10:48:30 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.28: +9 -0 lines
Diff to previous 1.28
++ whatpm/t/ChangeLog	28 Jun 2009 10:48:13 -0000
2009-06-28  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added new test data file.

++ whatpm/t/dom-conformance/ChangeLog	28 Jun 2009 10:47:52 -0000
2009-06-28  Wakaba  <wakaba@suika.fam.cx>

	* html-scripting-1.dat: New file.

2009-06-28  Wakaba  <wakaba@suika.fam.cx>

	* html-flows-1.dat, html-tables-1.dat: Test data for flow content
	in |legend| and |caption| are added (c.f. HTML5 revision 3252).

++ whatpm/Whatpm/ContentChecker/ChangeLog	28 Jun 2009 10:46:58 -0000
2009-06-28  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: |ondataunavailable| has been removed (HTML5 revision
	3252).

2009-06-28  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Block-level contents in |figure|'s |legend| and
	|caption| are now allowed (HTML5 revision 3329).


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 06:41:21 2008 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +6 -0 lines
Diff to previous 1.27
++ 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.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 13 04:49:06 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
++ whatpm/t/ChangeLog	13 Dec 2008 04:48:14 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* content-model-7.dat: Added an example from HTML5 spec.

++ whatpm/t/dom-conformance/ChangeLog	13 Dec 2008 04:48:48 -0000
	* html-form-label.dat, html-forms-1.dat: Added test data for
	form="".

2008-12-13  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	13 Dec 2008 04:47:22 -0000
	* HTML.pm: Implemented <object form> and <legend form>.

2008-12-13  Wakaba  <wakaba@suika.fam.cx>


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Dec 13 02:54:39 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +5 -0 lines
Diff to previous 1.25
++ whatpm/t/dom-conformance/ChangeLog	13 Dec 2008 02:54:24 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
	Added test data for form submission attributes.

++ whatpm/Whatpm/ContentChecker/ChangeLog	13 Dec 2008 02:53:45 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Updated definitions for attributes for form submission
	on |form| and submit buttons (action="", method="", enctype="",
	target="", and novalidate="").


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 12:59:17 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +9 -0 lines
Diff to previous 1.24
++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 12:59:07 -0000
	* html-form-input.dat: Added test data for <input disabled> and
	<input autofocus>.

	* html-forms-1.dat: Added test data for <fieldset disabled>,
	<output for>, and <{formcontrol} name>.  Added test data for
	<{formcontrol} autofocus="">'s uniqueness.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 12:54:19 -0000
	* ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
	support for new |id_type| value of |any|, which means any kind of
	element is allowed as a referenced element.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 12:56:56 -0000
	* HTML.pm: Added checking for the uniqueness of |autofocus=""|
	attribute.  Implemented |name=""| attribute for form controls.
	Added U+000C into character class of space characters (it should
	have been, but was not in some of regular expressions).  Updated
	definitions for |output| elements.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 11:50:47 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +11 -0 lines
Diff to previous 1.23
++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 11:50:40 -0000
	* html-datatemplate.dat, html-form-datalist.dat: Updated test
	results related to |optgroup| elements.

	* html-form-textarea.dat: Added new test data.

	* html-forms-1.dat: Moved some test data to
	|html-form-textarea.dat|.  Updated test results related to
	|optgroup| elements.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 11:48:16 -0000
	* ContentChecker.pm: Introduced |check_attrs2| method for the ease
	of defining codes for checking required attribute and as such.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 11:48:45 -0000
	* HTML.pm: Updated definitions for |datalist|, |optgroup|,
	|option|, and |textarea| elements.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 07:32:06 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +10 -0 lines
Diff to previous 1.22
++ whatpm/t/ChangeLog	12 Dec 2008 07:29:57 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added new test data file.

++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 07:31:40 -0000
	* html-form-datalist.dat: Moved some test data from
	|html-forms-1.dat|.

	* html-forms-1.dat: Moved some test data to
	|html-form-datalist.dat| and |html-form-select.dat|.

	* html-form-select.dat: New test data file.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 07:29:20 -0000
	* HTML.pm: Updated definitions for |select|.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 05:51:41 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +11 -0 lines
Diff to previous 1.21
++ whatpm/t/ChangeLog	12 Dec 2008 05:45:01 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added new test data file.

++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 05:49:40 -0000
	* html-repetitions.dat: Moved some test data to
	|html-form-button.dat|.  Updated a test result.

	* html-forms-1.dat: Bug fix on a test result.

	* html-form-button.dat: New test data file.

	* html-forms-1.dat: Moved some test data to |html-form-button.dat|.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 05:45:46 -0000
	* HTML.pm: Updated definitions for |button|.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 05:05:21 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +7 -0 lines
Diff to previous 1.20
++ whatpm/t/ChangeLog	12 Dec 2008 05:03:53 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added new test data file.

++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 05:04:54 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat, html-forms-1.dat: Added test data for
	@accept and @pattern.

	* html-form-textarea.dat: New test data file.

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 05:00:26 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* IMTChecker.pm: Added more definitions for subtypes.

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 05:03:26 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Implemented <input accept> and <form accept>.  Raise a
	SHOULD-level error if @pattern but no @title.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 12:33:59 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +5 -0 lines
Diff to previous 1.19
++ whatpm/t/dom-conformance/ChangeLog	6 Dec 2008 12:33:50 -0000
	* html-form-input-1.dat: Added test data for <input multiple> and
	<input placeholder>.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 12:33:04 -0000
	* HTML.pm: Implemented <input type=file multiple> and <input
	placeholder>.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 12:20:08 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
++ whatpm/t/ChangeLog	6 Dec 2008 12:19:49 -0000
	* ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	6 Dec 2008 12:19:28 -0000
	* html-form-datalist.dat: New test data file.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	6 Dec 2008 12:18:34 -0000
	* ContentChecker.pm (check_element): Added support for "no
	referenced datalist" error.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 12:18:53 -0000
	* HTML.pm: Implemented <input list>.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 11:54:07 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +4 -0 lines
Diff to previous 1.17
++ whatpm/t/dom-conformance/ChangeLog	6 Dec 2008 11:53:44 -0000
	* html-form-input-1.dat: Added test data for <input type=color>.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 11:53:06 -0000
	* HTML.pm: Implemented <input type=color>.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 11:31:35 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +7 -0 lines
Diff to previous 1.16
++ whatpm/t/dom-conformance/ChangeLog	6 Dec 2008 11:31:29 -0000
2008-12-06  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat: Added test data for <input type=search>
	and <input type=text|password|url|email value>.

	* html-interactive-1.dat: Fixed a typo error.

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 11:29:26 -0000
	* HTML.pm: Implemented <input multiple>, <input type=search>.
	Implemented <input value> validation for |type|s |text|, |search|,
	|email|, |url|, and |password|.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>


Revision 1.16 - (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.15: +7 -0 lines
Diff to previous 1.15
++ 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.15 - (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.14: +11 -0 lines
Diff to previous 1.14
++ 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.14 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 10:41:01 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 10:40:56 -0000
	* html-form-input-1.dat: Tests on <input ismap>, <input src>,
	<input template>, and <input usemap> are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	7 Oct 2008 10:39:43 -0000
	* HTML.pm: <input usemap> support.

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


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 08:58:13 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +11 -0 lines
Diff to previous 1.12
++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 08:58:06 -0000
2008-10-07  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat: Some of test results for <input
	type=email>, <input type=url>, <input type=password> were wrong.
	Tests for <input accept-charset>, <input accesskey>, <input
	replace>, and <input align> are added.

	* html-forms-1.dat: Tests on <input accept-charset> removed.

	* html-global-1.dat: Tests on <input accesskey> removed.

++ whatpm/Whatpm/ContentChecker/ChangeLog	7 Oct 2008 08:56:00 -0000
2008-10-07  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
	support fixed.  <input align> support.  Tentative support for
	<input inputmode>.  Support for <input replace>.  Status of
	<button template> fixed.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 13:41:27 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +5 -0 lines
Diff to previous 1.11
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 12:27:56 -0000
	* html-global-1.dat: A test on <input type=hidden tabindex> is
	added (it was not applied in WF2).

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 13:40:56 -0000
	* HTML.pm: Place checkers for obsolete attributes appropriately.

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


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 12:08:07 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +4 -0 lines
Diff to previous 1.10
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 12:01:04 -0000
	* html-form-input-1.dat: Tests on <input step> added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 12:01:21 -0000
	* HTML.pm: <input step> implemented.

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


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 11:15:59 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 11:15:45 -0000
	* html-form-input-1.dat: <input size=0> is non-conforming.  Tests
	on <input maxlength> added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 11:15:09 -0000
	* HTML.pm: The checker code for the Password state merged with the
	code for the Text state.  The |maxlength| attribute checker
	implemented.  The |size| attribute whose value is zero is not
	allowed.

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


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 09:34:44 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +4 -0 lines
Diff to previous 1.8
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 09:34:19 -0000
	* html-form-input-1.dat: Tests on <input required> added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 09:34:40 -0000
	* HTML.pm: Support for |required| attribute of the |input|
	element.

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


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 09:18:07 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +5 -0 lines
Diff to previous 1.7
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 09:04:38 -0000
	* html-form-input-1.dat: Tests on <input autocomplete>, <input
	readonly>, and <input size> are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 09:02:07 -0000
	* HTML.pm: Don't use |get_attribute|, for compatibility with
	NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
	attributes of the |input| element.

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


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 07:54:18 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +5 -0 lines
Diff to previous 1.6
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 07:49:08 -0000
	* html-form-input-1.dat: Tests on remining <input type>-states are
	added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 07:48:34 -0000
	* HTML.pm: Checks of attribute applicablity for remaining <input
	type> states are implemented.  Some <input type>-dependent
	attribute checkers implemented.

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


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 06:41:06 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +6 -0 lines
Diff to previous 1.5
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 06:28:09 -0000
	* html-form-input-1.dat: Tests on <input type=text>, <input
	type=email>, <input type=url>, <input type=password>, and <input
	type=datetime> are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 06:28:52 -0000
	* HTML.pm: <input type=text>, <input type=email>, <input
	type=url>, <input type=password>, and <input type=datetime>
	checkes are implemented.

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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 06:04:20 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +4 -0 lines
Diff to previous 1.4
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 05:53:27 -0000
	* html-form-input-1.dat: Tests on <input type=hidden> added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 05:53:45 -0000
	* HTML.pm: <input type=hidden> checkes implemented.

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


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 05:22:57 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +6 -0 lines
Diff to previous 1.3
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 05:18:43 -0000
2008-10-06  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat: Tests on <input type> added.

	* html-repetitions.dat: Redundant tests removed.

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 05:19:26 -0000
	* HTML.pm: <input type> definition updated according to HTML5
	definition.  Prepares for tests against <input type> states.

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


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 11:51:15 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +8 -0 lines
Diff to previous 1.2
++ 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>


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 05:59:39 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +6 -0 lines
Diff to previous 1.1
++ whatpm/t/ChangeLog	5 Oct 2008 05:38:58 -0000
	* content-model-1.dat, content-model-2.dat: Test results on
	|label| contents fixed.

	* ContentChecker.t: |dom-conformance/html-form-label.dat| added.

	* dom-conformance/: New directory.

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

++ whatpm/t/dom-conformance/ChangeLog	5 Oct 2008 05:35:48 -0000
2008-10-05  Wakaba  <wakaba@suika.fam.cx>

	* html-form-label.dat: New test data file.

	* ChangeLog: New file.

++ whatpm/Whatpm/ChangeLog	5 Oct 2008 05:58:50 -0000
	* ContentChecker.pod: Note on internal flags is added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Oct 2008 05:36:36 -0000
2008-10-05  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: <label> content conformance checking implemented.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 05:14:06 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
New


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