/[suikacvs]/markup/html/whatpm/t/dom-conformance/html-form-textarea.dat
Suika

Contents of /markup/html/whatpm/t/dom-conformance/html-form-textarea.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Dec 12 05:05:21 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
++ 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 #data
2     <textarea xmlns="http://www.w3.org/1999/xhtml"
3     pattern="">x</textarea>
4     #errors
5     /textarea/@pattern;SUBDOC
6     /textarea/@pattern;attribute not defined;m
7     /textarea;attribute missing;title;s
8    
9     #data
10     <textarea xmlns="http://www.w3.org/1999/xhtml"
11     pattern="" title="empty">x</textarea>
12     #errors
13     /textarea/@pattern;SUBDOC
14     /textarea/@pattern;attribute not defined;m

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24