1 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* CSSRule.pm (@charset.css_text): Implemented. |
4 |
|
|
5 |
|
2007-12-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CSSRule.pm (type, css_text): Typo fixed. |
8 |
|
(____new): s/_selector/_selectors/g; |
9 |
|
(CSSStyleRule.css_text, selectors_text): Ad hoc implementation. |
10 |
|
|
11 |
|
* CSSStyleDeclaration.pm (css_text): Ad hoc implementation. |
12 |
|
|
13 |
|
* CSSStyleSheet.pm (new): s/new/____new/. |
14 |
|
(css_text): New attribute. |
15 |
|
|
16 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* MediaList.pm: New placeholder for a CSSOM interface. |
19 |
|
|
20 |
|
* CSSRule.pm, CSSStyleSheet.pm: Implementing the initial |
21 |
|
setting of owner* and parent* attributes; support |
22 |
|
for the |delete_rule| method. |
23 |
|
|
24 |
|
2007-12-22 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* CSSStyleSheet.pm, CSSRule.pm, CSSRuleList.pm, CSSStyleDeclaration.pm: |
27 |
|
First version of CSSOM implementation. |
28 |
|
|
29 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Document.pm, Entity.pm (manakai_has_bom, |
32 |
|
manakai_charset): New attributes. |
33 |
|
|
34 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Document.pm, Element.pm (inner_html): Use |Whatpm::HTML::Serializer| |
37 |
|
for getter. |
38 |
|
|
39 |
|
2007-10-27 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* Event.pm (init_event, init_event_ns, init_custom_event_ns): |
42 |
|
The |namespaceURI| attribute was not set correctly. |
43 |
|
|
44 |
|
* DOMEvents.dis: Removed. |
45 |
|
|
46 |
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
2007-10-08 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* Event.pm, EventTarget.pm, EventTargetNode.pm, |
* Event.pm, EventTarget.pm, EventTargetNode.pm, |