A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
User:Annevk: Difference between revisions
Jump to navigation
Jump to search
(from discussions with Yehuda and Jonas) |
(→Editing: I made some changes) |
||
Line 7: | Line 7: | ||
The following specifications have priority: | The following specifications have priority: | ||
* DOM - http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html | * DOM - http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html | ||
* XMLHttpRequest - http://dev.w3.org/2006/webapi/XMLHttpRequest-2/ | * XMLHttpRequest - http://dev.w3.org/2006/webapi/XMLHttpRequest-2/ | ||
* CORS - http://dev.w3.org/2006/waf/access-control/ | * CORS - http://dev.w3.org/2006/waf/access-control/ | ||
* | * Progress Events - http://dev.w3.org/2006/webapi/progress/ | ||
* Fullscreen - http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html | |||
These specifications I'm working on to a lesser extent: | These specifications I'm working on to a lesser extent: | ||
* HTML5 Differences from HTML4 - http://dev.w3.org/html5/html4-differences/ | * HTML5 Differences from HTML4 - http://dev.w3.org/html5/html4-differences/ | ||
* From-Origin - http://dvcs.w3.org/hg/from-origin/raw-file/tip/Overview.html | |||
* | |||
These specifications I have no plans of updating anytime soon: | These specifications I have no plans of updating anytime soon: | ||
Line 29: | Line 22: | ||
* HTML Design Principles - http://dev.w3.org/html5/html-design-principles/ | * HTML Design Principles - http://dev.w3.org/html5/html-design-principles/ | ||
* Offline Web Applications - http://dev.w3.org/html5/offline-webapps/ | * Offline Web Applications - http://dev.w3.org/html5/offline-webapps/ | ||
I stopped working on: | |||
* Selectors API - http://dev.w3.org/2006/webapi/selectors-api/ (Lachlan Hunt is the editor now) | |||
* CSSOM - http://dev.w3.org/csswg/cssom/ | |||
* CSSOM View - http://dev.w3.org/csswg/cssom-view/ | |||
* Media Queries - http://dev.w3.org/csswg/css3-mediaqueries/ | |||
* CSS Namespaces - http://dev.w3.org/csswg/css3-namespace/ (published as REC) | |||
== Chairing == | == Chairing == |
Revision as of 10:19, 30 November 2011
Hi there. My name is Anne van Kesteren and I work for Opera Software. I blog.
Feel free to contact me.
Editing
The following specifications have priority:
- DOM - http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
- XMLHttpRequest - http://dev.w3.org/2006/webapi/XMLHttpRequest-2/
- CORS - http://dev.w3.org/2006/waf/access-control/
- Progress Events - http://dev.w3.org/2006/webapi/progress/
- Fullscreen - http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
These specifications I'm working on to a lesser extent:
- HTML5 Differences from HTML4 - http://dev.w3.org/html5/html4-differences/
- From-Origin - http://dvcs.w3.org/hg/from-origin/raw-file/tip/Overview.html
These specifications I have no plans of updating anytime soon:
- HTML Design Principles - http://dev.w3.org/html5/html-design-principles/
- Offline Web Applications - http://dev.w3.org/html5/offline-webapps/
I stopped working on:
- Selectors API - http://dev.w3.org/2006/webapi/selectors-api/ (Lachlan Hunt is the editor now)
- CSSOM - http://dev.w3.org/csswg/cssom/
- CSSOM View - http://dev.w3.org/csswg/cssom-view/
- Media Queries - http://dev.w3.org/csswg/css3-mediaqueries/
- CSS Namespaces - http://dev.w3.org/csswg/css3-namespace/ (published as REC)
Chairing
W3C Web Notifications WG
Notes
- EventTarget.on.eventName.add() & friends; for these listeners events always go through the bubble phase; can register for capture, just target, and target+bubble; native support for event delegation
- DocumentFragment.innerHTML where the insertion mode is determined by the first start tag (so e.g. strings with s or <option> don't get garbled)
- Node.remove(), Node.append(), & friends (vararg)
- CSSOM: focus on overrideStyle and resolvedStyle; only expose new value API through those for now?