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

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

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

revision 1.10 by wakaba, Sun May 13 10:17:35 2007 UTC revision 1.26 by wakaba, Sat May 26 12:33:04 2007 UTC
# Line 1  Line 1 
1    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker.
4            (link/@rel, a/@rel, area/@rel): Use new checker.
5    
6            * Makefile (_LinkTypeList.pm, RelExtensions.html): New rules.
7    
8            * _LinkTypeList.pm: New file.
9    
10            * mklinktypelist.pl: New file.
11    
12            * .cvsignore: |RelExtensions.html| added.
13    
14            * NanoDOM.pm (child_nodes): Returns an empty array
15            for non-child-containing node types.
16            (text_content): New attribute.
17    
18    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
19    
20            * IMTChecker.pm: New module.
21    
22            * ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker
23            to test parameter value validity.
24    
25            * HTML.pm.src ($style_start_tag): Attributes were
26            discarded.
27    
28    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
29    
30            * ContentChecker.pm ($HTMLURIAttrChecker): Implemented.
31    
32    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
33    
34            * URIChecker.pm: All recommendations from RFC 3986
35            and RFC 3987 are listed (not all testable items are checked yet).
36    
37    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
38    
39            * URIChecker.pm: New module.
40    
41    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
42    
43            * ContentChecker.pm: Now most attributes are implemented
44            or associated to some placeholder.
45            ($ElementDefault): Warn unknown attributes
46            for unknown elements as "attribute not supported".
47            ($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
48            ($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
49            (|a| attribute checker): Reimplemented.
50    
51    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
52    
53            * ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder.
54            ($HTMLAttrChecker): Event handler content attributes
55            are added.
56            (link, embed): Required attribute is now checked.
57            (embed): Unknown local attributes are no longer warned.
58    
59    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
60    
61            * ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder.
62            ($HTMLIMTAttrChecker): New checker.
63            (link@rel, link@href, link@type, style@type,
64            a@href, a@ping, a@ping, a@type, embed@src, embed@type,
65            object@data, object@type, source@src, source@type, area@alt,
66            area@shape, area@coords, area@href,
67            area@ping, area@rel, area@type, script@src,
68            script@defer, script@async, script@type): Checkers added.
69    
70    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
71    
72            * ContentChecker.pm: Descendant checking was incorrect.
73    
74    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
75    
76            * ContentChecker.pm: Support |xml:*| and |xmlns:*|
77            attributes.  Report an error if |Element.prefix|
78            is |xmlns|.
79    
80            * NanoDOM.pm (prefix): New attribute.
81    
82    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: In |main| phase, |in body| insertion
85            mode, action for |<iframe>| was missing.
86    
87    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentChecker.pm: Support for many of HTML5 elements.
90            ($GetHTMLNonNegativeIntegerAttrChecker): New.
91    
92    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentChecker.pm: Support for most elements up to |progress|.
95            ($HTMLURIAttrChecker): Placeholder.
96            ($HTMLIntegerAttrChecker, $GetHTMLFloatingPointNumberAttrChecker):
97            New.
98    
99    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
100    
101            * ContentChecker.pm: Attribute checkers
102            for global attributes, |html|, |base|, |style|, and |meta|.
103    
104            * NanoDOM.pm (insert_before): Weaken reference
105            to the parent node.
106            (Attr::new): Set |owner_element| attribute.
107            (namespace_uri, manakai_local_name): New attribute implementations.
108            (owner_element): New attribute.
109    
110    2007-05-19  Wakaba  <wakaba@suika.fam.cx>
111    
112            * ContentChecker.pm ($AttrChecker, $HTMLAttrChecker,
113            $AnyChecker->{attr_checker}, $HTMLAttrsChecker,
114            $Element->{$HTML_NS}->{''}): New.
115            (check_element): Invoke attrs_checker for each element.
116    
117    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
118    
119            * ContentChecker.pm: Don't use |manakai_element_type_match|.
120    
121  2007-05-13  Wakaba  <wakaba@suika.fam.cx>  2007-05-13  Wakaba  <wakaba@suika.fam.cx>
122    
123          * ContentChecker.pm: Use hashs rather than lists for          * ContentChecker.pm: Use hashs rather than lists for

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.26

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24