Jenny Messerly
Jenny Messerly
after running tests, delete code that was not called. it's a feature: guaranteed 100% code coverage!
we should expose a library where interfaces are 100% dart:html compatible. It's fine if they throw unsupported, the important bit is to have full API compatibility. This allows code to...
compatible with https://dom.spec.whatwg.org we'll have a browser API like this too, so would be good to get the server side hooked in as well
the `` element parsing it not handled, because the html5lib port predates it
related to https://github.com/dart-lang/html/issues/7, there's a lot of too-eager char codes -> string conversions, and a lot of 1 character strings. It'd be nice to have inputstream.dart return `int` and `List`...
one of the html5lib developers mentioned this on our old github repository. we can pull in the tests via submodule rather than checking in. The tests have seen a lot...
there were some minor comments here, and some TODOs in the code about disabled bits https://github.com/dart-lang/core-elements/pull/3
_From @zoechi on October 31, 2016 20:55_ ``` (master) $ bazel build :dashboard_layout_demo WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be guaranteed....
something that throws would probably be better. not sure if this is an issue with JS codegen, but _emitTypeName is probably a good place to start
This gives us a way of implementing Zones that interoperates with JS, which will be helpful for Angular scenarios. It also should have less code size impact (it uses metaprogramming...