Clone
12
Priority of dom bindings
Josh Matthews edited this page 2014-04-22 08:13:39 -07:00

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
  • ...