/[suikacvs]/markup/html/whatpm/t/ChangeLog
Suika

Diff of /markup/html/whatpm/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.235 by wakaba, Sun Jun 1 05:35:55 2008 UTC revision 1.337 by wakaba, Thu Jul 2 21:42:43 2009 UTC
# Line 1  Line 1 
1    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * tokenizer-test-1.test: < in unquoted attribute value is no
4            longer allowed (HTML5 revision 3206).
5    
6    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
7    
8            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
9            isindex (c.f. HTML5 revision 3236).
10    
11    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
12    
13            * ContentChecker.t: Added new test data file.
14    
15    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
16    
17            * content-model-7.dat: Added an example from HTML5 spec.
18    
19    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
20    
21            * ContentChecker.t: Added new test data file.
22    
23    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
24    
25            * ContentChecker.t: Added new test data file.
26    
27    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
28    
29            * ContentChecker.t: Added new test data file.
30    
31    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
32    
33            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
34    
35    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
36    
37            * content-checker.pl: Use new XML parser for parsing test data.
38            Use NanoDOM instead of manakai DOM implementation.
39    
40    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
41    
42            * SWML-Parser.t: New test data files added.
43    
44    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
45    
46            * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
47    
48    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
49    
50            * Makefile: A rule for SWML testing is added.
51    
52            * SWML-Parser.t: New file.
53    
54            * swml/: New directory.
55    
56    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
57    
58            * XML-Parser.t: "xml/attrs-2.dat" added.
59    
60    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
61    
62            * XML-Parser.t: "xml/entrefs-2.dat" added.
63    
64    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
65    
66            * XML-Parser.t: "xml/entrefs-1.dat" added.
67    
68    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
69    
70            * XML-Parser.t: "xml/eldecls-1.dat" added.
71    
72    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
73    
74            * XML-Parser.t: Typo fixed.
75    
76    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
77    
78            * XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
79            added.  Support for the "#entities" directive.
80    
81    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
82    
83            * XML-Parser.t: "xml/notations-1.dat" added.
84    
85    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
86    
87            * XML-Parser.t: "xml/attlists-1.dat" added.
88    
89    2008-10-16  Wakaba  <wakaba@suika.fam.cx>
90    
91            * XML-Parser.t: "xml/pis-2.dat" and "xml/comments-2.dat" are added.
92    
93    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
94    
95            * XML-Parser.t: "xml/doctypes-2.dat" added.
96    
97            * tokenizer-test-1.test: Keyword case-sensitivility tests added.
98    
99    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
100    
101            * XML-Parser.t: "xml/ns-elements-1.dat" added.
102    
103    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
104    
105            * XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
106            Test directifes "#xml-version", "#xml-encoding", and
107            "#xml-standalone" are added.
108    
109    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
110    
111            * XML-Parser.t: "xml/charref-1.dat" added.
112    
113    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
114    
115            * XML-Parser.t: "xml/texts-1.dat" added.
116    
117            * tokenizer-test-2.dat: Test for ]]> are added.
118    
119    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
120    
121            * tree-test-foreign.dat: More test data are added.
122    
123    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
124    
125            * XML-Parser.t: "xml/elements-1.dat" and "xml/doctypes-1.dat"
126            added.
127    
128    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
129    
130            * XML-Parser.t: "xml/ns-attrs-1.dat" added.
131    
132    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
133    
134            * xml/: New directory.
135    
136            * Makefile: Tests for Whatpm::XML::Parser are added.
137    
138            * HTML-tree.t: Change the relative order of codes.
139    
140            * XML-Parser.t: New test script.
141    
142    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML-tree.t: Serialization code moved to Whatpm::HTML::Dumper.
145    
146    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
147    
148            * tree-test-phrasing.dat: Wrong test results fixed.
149    
150            * tree-test-foreign.dat: New tests added.
151    
152            * testfiles.pl: "#..." line at the end of a test entry was not
153            supported.
154    
155            * HTML-tree.t: Show the "#data" content in "no #errors" error
156            message.
157    
158            * tokenizer-test-2.dat: A wrong test result fixed.
159    
160    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML-tree.t: Test result format for oreign element/attribute
163            names are updated to the latest one for html5lib tests.  Append a
164            newline to the expected result only when it is not an empty
165            string, for comparablity with the actual result.
166    
167            * tokenizer-test-3.dat, tree-test-foreign.dat, tree-test-1.dat,
168            tree-test-3.dat: Test results for foreign elements are updated.
169    
170    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
171    
172            * HTML-tree.t: <!DOCTYPE> test result format changed to the latest
173            format for html5lib tests.
174    
175            * tree-test-1.dat, tokenizer-test-2.dat: Test results for
176            <!DOCTYPE> are updated.
177    
178    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML-tree.t: Test data file parser changed to the common one.
181    
182    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
183    
184            * tokenizer-test-2.dat: A test result was wrong.
185    
186    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
187    
188            * content-model-1.dat: Some entries moved to
189            dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
190            dom-conformance/html-links-1.dat,
191            dom-conformance/html-objects-1.dat, and
192            dom-conformance/html-interactive-1.dat.
193    
194            * content-model-2.dat: Removed (moved to
195            dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
196            dom-conformance/html-links-1.dat,
197            dom-conformance/html-objects-1.dat,
198            dom-conformance/html-interactive-1.dat, and
199            dom-conformance/html-flows-1.dat).
200    
201            * content-model-3.dat: Removed (moved to
202            dom-conformance/xml-global.dat).
203    
204            * content-model-4.dat: Removed (moved to
205            dom-conformance/html-texts-1.dat and
206            dom-conformance/html-links-1.dat).
207    
208            * content-model-5.dat: Removed (moved to
209            dom-conformance/html-flows-1.dat).
210    
211            * content-model-6.dat: Removed (moved to
212            dom-conformance/html-dataset.dat).
213    
214            * ContentChecker.t: References to the removed files removed and
215            references to new files added.
216    
217            * ContentChecker-XML.t: New script.
218    
219            * Makefile: Updated.
220    
221    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
222    
223            * content-model-2.dat: Repetition model test is moved to another
224            file.  A wrong test result fixed.  Broken test entries fixed.
225            <area rev> is now reported as "unknown attribute", since RDFa spec
226            adds that attribute to all elements with the Common attribute set.
227            Note that we have no plan to support RDFa, at the moment.
228    
229    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
230    
231            * ContentChecker.t: New files added.
232    
233            * content-model-1.dat, content-model-2.dat: Numbers of test
234            entries are moved to other files.
235    
236    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
237    
238            * content-model-1.dat, content-model-2.dat: Test results on
239            |label| contents fixed.
240    
241            * ContentChecker.t: |dom-conformance/html-form-label.dat| added.
242    
243            * dom-conformance/: New directory.
244    
245    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML-tree.t: New test files added.
248    
249            * Makefile: New test files added.
250    
251    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
252    
253            * tree-test-1.dat: Test results updated and new tests added on the
254            boundaries of Text nodes (HTML5 revision 2124).
255    
256    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
257    
258            * tree-test-form.dat: New test data file.
259    
260            * HTML-tree.t: |tree-test-form.dat| added.
261    
262            * tree-test-1.dat: Test results related to <option> and <optgroup>
263            are updated (cf. HTML5 revision 2128).
264    
265    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
266    
267            * tree-test-foreign.dat: New test data file.
268    
269            * HTML-tree.t: |tree-test-foreign.dat| added.
270    
271    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
272    
273            * tree-test-void.dat: Test on unmatched void end tag added (cf.
274            HTML5 revision 1731).
275    
276            * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5
277            revision 1731).
278    
279    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
280    
281            * tree-test-void.dat: Test on |param| and |source| start tags are
282            added, as well as test on polytheistic slashes for new void
283            elements (HTML5 revision 1731).
284    
285    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
286    
287            * tree-test-flow.dat: Test on implied end tag before <p> start tag
288            are added (HTML5 revision 1731).
289    
290    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
291    
292            * tree-test-phrasing.dat, tree-test-flow.dat: New test data files.
293    
294            * HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
295            are added.
296    
297    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
298    
299            * tree-test-void.dat: New test data (cf. HTML5 revision 1731).
300    
301            * HTML-tree.t: |tree-test-void.dat| added.
302    
303            * tree-test-1.dat: Test on <listing> as a "special" element are
304            added.  Test on implied |option| and |optgroup| end tags are added
305            (cf. HTML5 revision 1731).
306    
307    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
308    
309            * tree-test-1.dat: Test related to "special", "formatting",
310            "scoping", and "phrasing" categories are added (cf. HTML5 revision
311            1778).
312    
313    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
314    
315            * ContentType.t: More test cases on BOM are added.  Some test
316            results updated according to HTML5 revision 1927.  Tests on the
317            returned values in the list context are added.
318    
319    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
320    
321            * content-model-2.dat: Test data on |for=""| attribute are added.
322    
323    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
324    
325            * tokenizer-test-1.test: Test data on invalid character references
326            are added (cf. HTML5 revision 2138).
327    
328            * tokenizer-test-2.dat: Test data on U+000B are updated (HTML5
329            revision 2138).
330    
331    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
332    
333            * content-model-2.dat: Test data for |area| |alt=""| are added (HTML5
334            revision 1932).
335    
336    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
337    
338            * content-model-2.dat: Test data for |form=""| are added.
339    
340    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
341    
342            * content-model-1.dat: Test data for |fieldset| |legend| are added.
343    
344    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
345    
346            * content-model-2.dat: Test data for |form| |name| are added.
347    
348    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
349    
350            * content-model-1.dat, content-model-2.dat, content-model-4.dat:
351            Test data for U+000B are added (cf. HTML5 revision 1738).
352    
353    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
354    
355            * tokenizer-test-2.dat: Test result updated (cf. HTML5 revision
356            1738).
357    
358            * tree-test-1.dat: Test results updated.  New test data for the
359            treatement of U+000B are added (HTML5 revision 1738).
360    
361    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
362    
363            * tokenizer-test-1.test: Test data for U+000B are added (cf. HTML5
364            revision 1738).
365    
366    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
367    
368            * ContentType.t: Updated to disallow 0x0B as text byte (HTML5
369            revision 1738).
370    
371    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
372    
373            * content-checker.pl: Remove dedicated parser and adopt
374            testfiles.pl parser.
375    
376            * content-model-1.dat, content-model-2.dat: Typo fixed.
377    
378    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
379    
380            * content-model-1.dat: Test data for interactive contents are
381            added (cf. HTML5 revision 2018).
382    
383    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
384    
385            * content-model-2.dat: Add test data for accept-charset=""
386            attributes.
387    
388    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
389    
390            * langtag-1.dat: More test data from RFC 4646 are added.
391    
392    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
393    
394            * langtag-1.dat: More test data from RFC 4646 sections 1.-2.2.4.
395            are added.
396    
397    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
398    
399            * LangTag.t: Completely rewritten using |testfiles.pl|.
400    
401            * testfiles.pl: New script.
402    
403            * langtag-1.dat: Tests for case are added.
404    
405    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
406    
407            * ContentChecker.t: Atom tests are moved to another file.
408    
409            * ContentChecker-Atom.t, LangTag.t: New test scripts.
410    
411            * Makefile: Updated to invoke new test scripts.
412    
413            * langtag-1.dat: New test data file.
414    
415    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
416    
417            * ContentChecker.t: Test engine moved to another script.
418    
419            * content-checker.pl: New script.
420    
421    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
422    
423            * content-model-1.dat: Test results are updated.
424    
425            * content-model-2.dat: Tests for style="" are added.
426    
427    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
428    
429            * css-text.dat: Test data for pre-wrap updated.
430    
431    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
432    
433            * css-visual.dat: New test data for Firefox3's new 'width'
434            values.
435    
436    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
437    
438            * content-model-2.dat: A test case for NCR in charset=""
439            is added.
440    
441    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
442    
443            * tokenizer-test-3.dat: New test for MSE is added.
444    
445    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
446    
447            * HTML-tree.t: tokenizer-test-3.dat added.
448    
449            * tokenizer-test-3.dat: New test data.
450    
451    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
452    
453            * content-model-1.dat, content-model-7.dat: |a| is now
454            transparent (HTML5 revision 1963).
455    
456    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
457    
458            * content-model-7.dat: Typo fixed.
459    
460            * content-model-6.dat: Test data for data-UPPERCASE (now
461            disallowed) are added (HTML5 revision 1945).
462    
463    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
464    
465            * content-model-1.dat: Test data for |XSLT-compat|
466            added (HTML5 revision 2141).  A redundant test
467            entry is removed.
468    
469            * HTML-tree.t: Support for should-level errors.
470    
471    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
472    
473            * content-model-1.dat: Form test data are added (cf. HTML5
474            revisions 2142-2155).
475    
476    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
477    
478            * content-model-1.dat, content-model-2.dat: |event-source|
479            is renamed as |eventsource| (HTML5 revision 1863).
480    
481    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
482    
483            * content-model-2.dat: Uppercase letters are not allowed
484            as embed custom attributes (HTML5 revision 1946).
485    
486    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
487    
488            * tree-test-1.dat: Test data for after after frameset
489            insertion mode are added (cf. HTML5 revision 1909).
490    
491    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
492    
493            * content-model-2.dat, content-model-6.dat: Custom
494            attributes on |embed| and |data-*| attributes must
495            be XML compatible (HTML5 revision 1836).
496    
497    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
498    
499            * content-model-2.dat: xmlns="" on HTML elements that are
500            not the root of the HTML subtree are now allowed (HTML5
501            revision 1834).
502    
503    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
504    
505            * content-model-2.dat: Alternate style sheet element must
506            have a non-empty title attribute (HTML5 revision 1942).
507    
508    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
509    
510            * content-model-2.dat: A test data for wrong spelling of |irrelevant|
511            is added.
512    
513    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
514    
515            * content-model-1.dat, content-model-2.dat: Test data
516            for the |bb| element are added (cf. HTML5 revision 1894).
517    
518            * content-model-2.dat: |irrelevant| renamed as |hidden| (HTML5
519            revision 2119).
520    
521            * content-model-7.dat: New test file.
522    
523    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
524    
525            * content-model-2.dat: <embed> w/o src="" is conforming (HTML5
526            revision 1929).
527    
528    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
529    
530            * content-model-2.dat: @autosubmit dropped (HTML5
531            revision 2019).
532    
533    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
534    
535            * content-model-4.dat: Some test data for <time> are added (c.f.
536            HTML5 revision 2094).
537    
538    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
539    
540            * ContentType.t: Support for image/svg+xml (HTML revision 2096).
541    
542    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
543    
544            * tokenizer-test-1.dat: '"' and "'" at the end of attribute
545            name (after another attribute) now raise parse error (HTML5
546            revision 2123).  Empty unquoted attribute is no
547            longer allowed (HTML5 revision 2122).
548    
549            * HTML-tokenizer.t: Hash keys were not sorted when dumped.
550    
551    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
552    
553            * HTML-tree.dat: tree-test-3.dat added.
554    
555            * tree-test-3.dat: Test data for definitionURL="" are added (cf.
556            HTML5 revision 2130).
557    
558    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
559    
560            * content-model-1.dat, content-model-2.dat: Test data updated
561            and added for HTML5 revision 2062 and so on (@lang and @xml:lang).
562    
563    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
564    
565            * CSS-Parser.t: Updated for latest version of the
566            Whatpm::CSS::Parser module.
567    
568            * css-1.dat, css-2.dat, css-3.dat, css-4.dat,
569            css-font.dat, css-generated.dat, css-interactive.dat,
570            css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
571            Test results updated.
572    
573    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
574    
575            * ContentChecker.t: Updated for latest version of the
576            Whatpm::ContentChecker module.
577    
578            * content-model-1.dat, content-model-2.dat, content-model-3.dat,
579            content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
580            content-model-atom-2.dat, content-model-atom-threading-1.dat,
581            table-1.dat: Results updated.
582    
583    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
584    
585            * URIChecker.t: Error results updated.
586    
587    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
588    
589            * URIChecker.t: Test results updated to new error type names.
590    
591    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
592    
593            * WebIDL.t: Test data files for exceptions, typedefs,
594            and valuetypes are added to the list.
595    
596    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
597    
598            * WebIDL.t ($onerror): |value| argument value should be
599            checked as well as other argument values.
600    
601    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
602    
603            * WebIDL.t: Check whether |text| argument of the error
604            is correct or not.
605    
606    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
607    
608            * WebIDL.t: New test script.
609    
610            * webidl/: New directory.
611    
612    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
613    
614            * content-model-1.dat, content-model-2.dat: Test data are
615            updated and added for <map name=""> and <map id=""> (HTML5
616            revisions 1722 and 1728).
617    
618    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
619    
620            * content-model-1.dat: Test data for ruby are added (HTML5 revision
621            1704).
622    
623    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
624    
625            * tree-test-1.dat: Test data added for ruby parsing (HTML5 revision
626            1704).
627    
628    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
629    
630            * HTML-tokenizer.t, tokenizer-test-1.test: Update for new format.
631    
632  2008-06-01  Wakaba  <wakaba@suika.fam.cx>  2008-06-01  Wakaba  <wakaba@suika.fam.cx>
633    
634          * content-model-6.dat: "data-" attribute is no longer allowed (HTML5          * content-model-6.dat: "data-" attribute is no longer allowed (HTML5

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.337

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24