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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 08:13:45 2009 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
++ 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.13 - (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.12: +8 -2 lines
Diff to previous 1.12
++ 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.12 - (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.11: +13 -0 lines
Diff to previous 1.11
++ 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.11 - (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.10: +86 -0 lines
Diff to previous 1.10
++ 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.10 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 10:32:32 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.9: +24 -0 lines
Diff to previous 1.9
allow block-level elements in legend in figure (html5 revision 3329)


Revision 1.9 - (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.8: +36 -0 lines
Diff to previous 1.8
++ 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.8 - (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.7: +394 -0 lines
Diff to previous 1.7
++ 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.7 - (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.6: +671 -0 lines
Diff to previous 1.6
++ 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.6 - (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.5: +2 -47 lines
Diff to previous 1.5
++ 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.5 - (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.4: +0 -308 lines
Diff to previous 1.4
++ 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.4 - (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.3: +1 -88 lines
Diff to previous 1.3
++ 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.3 - (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.2: +279 -0 lines
Diff to previous 1.2
++ 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.2 - (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.1: +0 -21 lines
Diff to previous 1.1
++ 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.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