forked from esrille/escudo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
128 lines (76 loc) · 3.88 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
New in 0.4.0 [2013-10-24]:
* Switch over to std::shared_ptr based Object and CSS Box implementation
* Support V8 version up to 3.19.2
* Built with esidl Web IDL compiler 0.4.0
* Support Ubuntu 13.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.3.3 [2013-09-16]:
* Support Media Queries Level 3
* Implement more features from HTML5 and other specifications including:
- [CSSOM] Support the parentRule attribute of the CSSRule interface
- [CSSOM] Support StyleSheet.media and HTMLLinkElement.media
- [CSSOM] getComputedStyle now returns the most up-to-date values
- [CSSOM View] Support the MediaQueryList interface
- [CSSOM View] Support the Screen interface
* Built with esidl Web IDL compiler 0.3.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.3.2 [2013-07-01]:
* Assigned a new code name "Escudo"
* Support tab browsing
* Support Ubuntu 13.04 and Fedora 19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.3.1 [2013-04-24]:
* Implemented more features from HTML5 and other specifications including:
- The 'hashchange' event
- The 'lastModified' attribute of the Document interface
- The 'innerHTML' attribute (setter only) of the Element interface
- The 'reversed' and 'start' attributes of the HTMLOListElement interface
- The 'mouseover' and 'mouseout' event types from DOM3-events
- The RGBA, HSL and HSLA color values from CSS3-color
- The 'opacity' property from CSS3-color
* Support stylesheets for non-CSS presentational hints
* Add support for multiple W3C test suites to the test harness
* Support Mac OS X Lion/Mountain Lion (pre-alpha status at this point)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.3.0 [2013-01-11]:
* Update Web IDL definitions from the following specifications:
- HTML5 W3C Candidate Recommendation 17 December 2012
- HTML Canvas 2D Context W3C Candidate Recommendation 17 December 2012
- DOM 4 W3C Working Draft 6 December 2012
- XMLHttpRequest W3C Working Draft 6 December 2012
- CSSOM Editor's Draft 28 October 2012
- File API W3C Working Draft 25 October 2012
- DOM Level 3 Events Specification W3C Working Draft 06 September 2012
- CSSOM View Module Editor's Draft 3 August 2012
- HTML5 Web Messaging W3C Candidate Recommendation 01 May 2012
* Built with esidl Web IDL compiler 0.3.0
* Support Fedora 18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.2.4 [2012-12-23]:
* Implemented more operations and attributes of the Node and Element
interfaces from DOM Living Standard
* The async and defer attributes of the script element are now functioning
* Flow root boxes are place adjacent to floats if there is sufficient space
- Escort 0.2.4 passes about 91.6% of the html4 tests in the CSS 2.1
Conformance Test Suite
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.2.3 [2012-12-02]:
* Support the incremental reflow with its CSS rendering engine.
- Escort 0.2.3 performs the reflow substantially faster than the previous
versions when a DOM tree is dynamically modified, for instance, when a
character is inserted in a text input field via the keyboard.
* Support Ubuntu 12.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.2.2 [2012/08/11]:
* Enhanced the implementation of the CSS 2.1 specification
- Escort 0.2.2 passes about 90.8% of the html4 tests in the CSS 2.1
Conformance Test Suite
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.2.1 [2012/07/24]:
* Fixed several known bugs in the previous version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 0.2.0 [2012/07/01]:
* The first alpha release
* Support Fedora 17
-----
Copyright 2010-2013 Esrille Inc.