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

From WHATWG Wiki
Jump to navigation Jump to search
(→‎Editing: add fullscreen)
(from discussions with Yehuda and Jonas)
Line 33: Line 33:


W3C Web Notifications WG
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 <tr>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?

Revision as of 12:32, 3 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:

These specifications I'm working on to a lesser extent:

These specifications are awaiting implementations:

These specifications I have no plans of updating anytime soon:

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?