/[suikacvs]/markup/html/whatpm/t/ContentChecker.t
Suika

Contents of /markup/html/whatpm/t/ContentChecker.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.39 - (hide annotations) (download) (as text)
Fri Dec 12 05:05:20 2008 UTC (16 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +2 -1 lines
File MIME type: application/x-troff
++ 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.

1 wakaba 1.1 #!/usr/bin/perl
2     use strict;
3    
4 wakaba 1.33 BEGIN {
5     require 't/content-checker.pl';
6 wakaba 1.37 plan (tests => 4464);
7 wakaba 1.33 }
8 wakaba 1.1
9 wakaba 1.33 test_files (qw[
10 wakaba 1.5 t/content-model-1.dat
11 wakaba 1.32 t/content-model-7.dat
12 wakaba 1.15 t/table-1.dat
13 wakaba 1.37 t/dom-conformance/html-1.dat
14 wakaba 1.36 t/dom-conformance/html-global-1.dat
15 wakaba 1.37 t/dom-conformance/html-dataset.dat
16 wakaba 1.36 t/dom-conformance/html-metadata-1.dat
17     t/dom-conformance/html-flows-1.dat
18     t/dom-conformance/html-texts-1.dat
19 wakaba 1.37 t/dom-conformance/html-links-1.dat
20     t/dom-conformance/html-objects-1.dat
21 wakaba 1.36 t/dom-conformance/html-tables-1.dat
22     t/dom-conformance/html-forms-1.dat
23     t/dom-conformance/html-form-input-1.dat
24 wakaba 1.35 t/dom-conformance/html-form-label.dat
25 wakaba 1.38 t/dom-conformance/html-form-datalist.dat
26 wakaba 1.39 t/dom-conformance/html-form-textarea.dat
27 wakaba 1.37 t/dom-conformance/html-interactive-1.dat
28 wakaba 1.36 t/dom-conformance/html-repetitions.dat
29     t/dom-conformance/html-datatemplate.dat
30 wakaba 1.33 ]);
31 wakaba 1.1
32     ## License: Public Domain.
33 wakaba 1.39 ## $Date: 2008/12/06 12:20:08 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24