/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

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

revision 1.19 by wakaba, Sun Nov 4 04:34:30 2007 UTC revision 1.137 by wakaba, Sun Sep 21 11:55:49 2008 UTC
# Line 1  Line 1 
1    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: |id| attribute checkers for the |menu| and |map|
4            elements are removed; the |id| attribute of those elements is now
5            checked by the global |id| attribute.
6    
7    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: Support for |fieldset| |legend|.
10    
11    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: |form| element's |name| attribute is implemented.
14    
15    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: U+000B is no longer part of space characters (HTML5
18            revision 1738).
19    
20    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm, Atom.pm: Interactrive content implementation synced
23            with the spec (HTML5 revision 2018).
24    
25    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
28            check.
29            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
30            support.
31    
32    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm: Support for style="" attributes.
35    
36    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm: Tentative support for |textarea| |oninput|
39            attribute.
40    
41    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm: The WF2 |oninput| attribute was not added.
44            The WF2 |onforminput| and |onformchange| attributes were
45            not added, since they are not defined (although they ARE
46            mentioned) in the normative part of the WF2 spec.  
47            Typo on the |oninvalid| attribute fixed.
48    
49    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
52    
53    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
56    
57    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm: data-UPPERCASE attributes are no longer
60            allowed (HTML5 revision 1945).
61    
62    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm: Support for form elements (HTML5 revisions
65            2142, 2148, 2150-2154).
66    
67    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm: RDFa spec status updated again.
70    
71    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: RDFa spec status updated.
74    
75    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: WF2 content model, contexts, attributes/elements
78            status are updated. (HTML5 revision 2142-2152).
79    
80    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
83            1863).
84    
85    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: Uppercase attribute names for embed elements
88            are disallowed (HTML5 revision 1946).
89    
90    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: |embed| custom attributes and |data-*| attributes
93            must be XML compatible (HTML5 revision 1836).
94    
95    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
98            revision 1834).
99    
100    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
103            link elements (HTML5 revision 1942).
104    
105    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
108            |irrelevant| renamed as |hidden| (HTML5 revision 2119).
109    
110    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm: Element status updated.
113    
114    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm: <embed> without src="" is conforming (HTML5
117            revision 1929).
118    
119    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
122    
123    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm: Use White_Space instead of Zs for date or time
126            string in content (HTML5 revision 2094).  Make "YYYY-MM-DDHH:MM" (that
127            misses a white space or "T" literal between day and hour)
128            not raise two errors.
129    
130    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm: |xml:lang| attribute value must be same
133            as |lang| attribute value for HTML elements (HTML5 revision 2062
134            and so on).  |lang| attribute in XML document is no longer
135            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
136            in HTML document (HTML5 revision 2062 and so on).
137    
138    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
139    
140            * Atom.pm: s/element missing/child element missing/ for
141            consistency.
142    
143            * HTML.pm: Typos fixed.
144            (pre): "No significant content" error was unintentionally
145            disabled.  s/element missing/child element missing/ for
146            consistency.
147    
148    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
149    
150            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
151    
152    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
155    
156    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: Subdocument texts for |style| and |script|
159            elements were not initialized.
160    
161    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm, Atom.pm: Pass {level} object to language tag
164            and URL checkers.
165    
166    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
169    
170    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
171    
172            * Atom.pm, HTML.pm: All error reporting method calls are
173            revised.
174    
175    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
176    
177            * HTML.pm: Support for class=idl WebIDL checking.
178    
179    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm: Support for |<map name="">| (HTML5 revisions
182            1722 and 1728).
183    
184    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
185    
186            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
187            revision 1704).  The |href| attribute is also extended
188            as a common attribute by RDFa Last Call Working Draft.
189    
190    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
191    
192            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
193    
194    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
197    
198    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
201            is now disallowed (HTML5 revision 1566).  |datagrid| elements
202            may be empty.
203    
204    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm: The |param| element is in LC phase now.
207    
208    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
211            sandbox="" (HTML5 revision 1643).
212    
213    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
214    
215            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
216            revision 1659).
217    
218    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm: Fact out generic charset name checking code
221            to $HTMLCharsetChecker.  Support for charset="" attributes
222            on <a>, <link>, and <script> elements.
223    
224    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
227            one "." characters were allowed in a floating point number
228            incorrectly.
229            (source): Support for the pixelratio="" attribute (HTML5 revision
230            1629).
231    
232    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
233    
234            * HTML.pm: Yay, |canvas| got the final status!
235    
236    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
239            letters (HTML5 revision 1572).
240    
241    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
244            table object.  Return the table object, not table element.
245            The |headers=""| checker for |td| elements are now noop.
246            Set the status of |headers=""| attribute as HTML5's one.
247    
248    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
249    
250            * HTML.pm ($HTMLLengthAttrChecker): New.
251            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
252            (script/@langauge): Implemented.
253    
254    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
255    
256            * HTML.pm: Make duplicate http-equiv="" non-conforming.
257            Check meta refresh content="".
258    
259    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
260    
261            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
262            no longer content model error (they might be raise
263            table model error, however).  All table model error
264            parameters should propagate.
265    
266    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
267    
268            * HTML.pm: Raise an error if a repeat* global attrbute
269            is used for an HTML element.
270    
271    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
272    
273            * HTML.pm: Support for global attributes.  Status
274            for XHTML2 elements/attributes are added.
275    
276    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
277    
278            * HTML.pm: Support for |repeat-start=""| attribute.
279    
280    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
281    
282            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
283            |repeat-min=""|, and |repeat-max=""| attributes.
284            Support for |button| |type| values |add|, |remove|, |move-up|,
285            and |move-down|.
286    
287    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm: Support for |template=""|, |ref=""|, and
290            |registrationmark=""| attributes.
291    
292    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
293    
294            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
295            1511).
296    
297    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
298    
299            * HTML.pm: Support for |onstorage| attribute is added (HTML5
300            revision 1495).  Defined terms no longer have to be unique (HTML5
301            revision 1467).
302    
303    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
304    
305            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
306            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
307            revision 1471) and an empty string is no longer allowed (HTML5
308            revision 1470).
309            (object/@name, iframe/@name): Added (HTML5 revision 1470).
310    
311    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
312    
313            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
314            revision 1426).
315    
316    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
317    
318            * HTML.pm: Support for HTML custom data attributes (HTML5
319            revision 1399).
320    
321    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
322    
323            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
324    
325    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
326    
327            * HTML.pm: @datetime microsyntax is in the First Draft phase.
328    
329    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
330    
331            * HTML.pm: link/@rev and a/@rev are implemented.
332    
333    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
334    
335            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
336            img/@vspace, img/@longdesc, object/@align, object/@archive,
337            object/@border, object/@classid, object/@codebase,
338            object/@codetype, object/@declare, object/@hspace,
339            object/@standby, object/@vspace, param/@valuetype,
340            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
341            and %cellvalign/@valign are implemented.
342    
343    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
344    
345            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
346            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
347            th/@nowrap, caption/@align , table/@frame, table/@rules,
348            table/@summary, and table/@width are implemented.
349    
350    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
351    
352            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
353            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
354            br/@clear, pre/@width, ol/@compact, ul/@compact,
355            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
356    
357    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
358    
359            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
360            checker). head/@profile implemented.  meta/@scheme implemented (as
361            do-nothing checker).
362    
363    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
364    
365            * HTML.pm: Add URIs to the list of URIs to be returned
366            by the checker method. |accesskey| attribute is implemented.
367    
368    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
369    
370            * Atom.pm: Don't raise an error even if there is
371            no |atom:summary| element child in the |atom:entry|
372            element when the |type| attribute of the |atom:content|
373            element is set to |html|, |xhtml|, or |text|.
374            The |atom:rights| elements were implemented
375            as Date construct (!?).
376            Typo in code for |rel=alternate| are fixed.
377    
378    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
379    
380            * Atom.pm: Support for |thr:total| element.
381            Add notes on additional Atom namespaces.
382    
383    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
384    
385            * Atom.pm: Support for |thr:in-reply-to| element.
386    
387    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
388    
389            * Atom.pm: Raise an error if required |atom:summary|
390            element is missing from an |atom:entry| element.
391    
392    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
393    
394            * Atom.pm: Support for |<* type=html>| in Text construct.
395    
396    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
397    
398            * Atom.pm: Bug fix for validation of |feed| on |author| child.
399    
400    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
401    
402            * Atom.pm: Support for |<content type=html>| content
403            checking.
404    
405    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
406    
407            * Atom.pm: Support for |author| for |feed| checking.
408    
409    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
410    
411            * Atom.pm: Support for |author| for |entry| checking.
412    
413    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
414    
415            * HTML.pm: Some attribute level definitions were missing.
416    
417    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
418    
419            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
420    
421    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
422    
423            * HTML.pm: |contenteditable| attribute support is now implemented.
424    
425    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
426    
427            * HTML.pm: Known but not-implemented-yet attributes were not
428            warned.
429    
430    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
431    
432            * HTML.pm: Status information from old specifications
433            are incorporated.
434    
435    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
436    
437            * Atom.pm: Reimplemented.
438    
439    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
440    
441            * HTML.pm: |in_a_href| flag is not reset after the </a>.
442            Raise an error if |area| is not a descendant of |map|.
443    
444    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
445    
446            * HTML.pm: Sectioning root category added.  |blockquote|
447            is no longer a sectioning content.
448    
449    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
450    
451            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
452            revision 1250).
453    
454    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
455    
456            * HTML.pm: First version of Web Forms 2.0 support (its weired,
457            since the spec itself is frankensteinesque:-); note that though
458            it is weired spec from the today's viewpoint, it is still
459            better-written spec than any W3C (Candidate or Proposed or full)
460            Recommendation, sadly.
461    
462    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
463    
464            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
465            from XHTML M12N 1.0 are reflected in |status| field.
466    
467    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
468    
469            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
470            Don't raise "not defined" errors; they are now raised according
471            to status flags.  Status flags of li/@value, ol/@start, and menu
472            are now non-deprecated, to avoid deprecated error message.
473            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
474            according to HTML4.
475    
476    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
477    
478            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
479            Add |reversed| to |ol| (HTML5 revision 1248).
480    
481    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
482    
483            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
484    
485    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
486    
487            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
488            Raise not-part-of-HTML5 error for |acronym|.
489    
490    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
491    
492            * HTML.pm: HTML5 attribute status added.
493    
494    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
495    
496            * HTML.pm: Standardized status for attributes are added (HTML5
497            info are not added yet).  Make element or attribute not defined
498            by HTML5 spec as a conformance error (though it is not clearly
499            defined by HTML5 spec as non-conforming).  Note that more work
500            is needed for non-standard attribute thing, since the current
501            implementation prevents non-standard attribute from being
502            syntactically checked (otherwise it is treated as if a
503            standard attribute).
504    
505    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
506    
507            * HTML.pm: Standardized status attributes are added.
508    
509    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
510    
511            * HTML.pm: Invalid |meta| in |noscript| should be erred
512            as usual.
513    
514    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
515    
516            * HTML.pm: Updated for |del|-and-significant problem.
517    
518    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
519    
520            * HTML.pm (datagrid): Condition was incorrect.
521    
522    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
523    
524            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
525            change state when a transparent element is encountered.
526            (details check): Reimplemented.
527    
528    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
529    
530            * HTML.pm (object check_end): Don't check significant content
531            if the element is used as a transparent element.
532            (video check): Reimplemented.
533    
534    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
535    
536            * HTML.pm: |figure| content checker reimplemented.  |object|
537            content checker for root element case reimplemented.
538    
539    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
540    
541            * HTML.pm: Revised.
542    
543    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
544    
545            * HTML.pm (object): Implemented (with some bug on transparentness
546            handling).
547    
548    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
549    
550            * HTML.pm: s/m/mark/g (HTML5 revision 1232).
551    
552    2008-02-18  Wakaba  <wakaba@suika.fam.cx>
553    
554            * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
555            the conformance checker cannot examine the semantics of the
556            image).
557    
558    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
559    
560            * HTML.pm: Useless old stuff are removed.  |datagrid|
561            was missing from |$HTMLInteractiveContent|.
562            (a): Use new |$HTMLInteractiveContent| in place
563            of |$HTMLIntetractiveElements|.
564            (caption): Use new |$HTMLPhrasingContentChecker| in place
565            of |$HTMLStrictlyInlineChecker|.
566    
567    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
568    
569            * HTML.pm (figure): Implemented.
570            (video, audio): In no-parent-element case with |src| attribute,
571            the content model is now prose content.
572    
573    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
574    
575            * HTML.pm (noscript): Reimplemented.
576    
577    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
578    
579            * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
580            1180).
581    
582    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
583    
584            * HTML.pm (th): |th| now requires phrasing content.  |div|
585            now requires prose content.
586    
587    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
588    
589            * HTML.pm: Error messages revised.
590    
591    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
592    
593            * HTML.pm: Most part of December 2007 Content Model is implemented.
594    
595    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
596    
597            * HTML.pm (<style>): CSS validation code removed; instead,
598            it does invoke subdoc callback to ask to the callee to validate
599            the style sheet separately.
600    
601    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
602    
603            * HTML.pm (<style>): Initial version of CSS validation support.
604    
605    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
606    
607            * HTML.pm ($HTMLSignificantContentErrors): New.
608    
609    2007-11-25  Wakaba  <wakaba@suika.fam.cx>      
610    
611            * HTML.pm: Support for checking for significant content (HTML5
612            revision 1114).  Note that the current implementation has
613            an issue on treatment for transparent or semi-transparent
614            elements.
615    
616            * Atom.pm: Support for significant content checking (for composed
617            HTML-Atom documents).
618    
619    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
620    
621            * HTML.pm (header): Descendant constraint is redefined by
622            new todo item type |descendant|.
623    
624    2007-11-24  Wakaba  <wakaba@suika.fam.cx>
625    
626            * HTML.pm (nest/@filter, rule/@condition): Implemented.
627            (nest/@mode): Definition was wrong.
628            ($HTMLSelectorsAttrChecker): New.
629    
630    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
631    
632            * HTML.pm (meta): Character references in |charset| attribute
633            values are now erred.
634    
635    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
636    
637            * HTML.pm (meta): |charset| value tests implemented.
638    
639    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
640    
641            * HTML.pm: Raise bad-context error for proposed link types.
642    
643    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
644    
645            * HTML.pm: Specialized error for old charset syntax.
646    
647    2007-11-07  Wakaba  <wakaba@suika.fam.cx>
648    
649            * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
650    
651  2007-11-04  Wakaba  <wakaba@suika.fam.cx>  2007-11-04  Wakaba  <wakaba@suika.fam.cx>
652    
653          * HTML.pm: Allow <html manifest=URI>.          * HTML.pm: Allow <html manifest=URI>.

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.137

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24