Skip to content

Priority of dom bindings

Josh Matthews edited this page Apr 22, 2014 · 12 revisions

Status: unprioritized, incomplete information dump

Unimplemented webIDL/binding features:

  • Sequences
  • Exceptions
  • Arrays
  • Date
  • Annotations
  • Clamping
  • ...

See https://github.com/mozilla/servo/blob/master/src/components/script/dom/bindings/codegen/test/TestCodeGen.webidl

Uncertain:

  • Expando properties (??? not sure what this means any more; we have them for regular DOM types afaik, as possibly proxies too)
  • Cross-domain wrappers (??? unclear what this means in practice)

Incomplete work:

  • Majority of proxy hooks
  • DOMString conversions according to spec
  • Nonfatal enumeration behaviour
  • ...
Clone this wiki locally