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

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.128

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24