Chromium Code Reviews
DescriptionElement constructors
Elements with distinct types can now be constructed directly.
Example:
var div = new DivElement();
There are many elements that cannot be created this way. For example, the <b>bold</b> element is simply a HTMLElement with styling, not a separate subclass of HTMLElement.
Committed: https://code.google.com/p/dart/source/detail?r=7921
Patch Set 1 : #
Total comments: 1
Patch Set 2 : #Patch Set 3 : rebase #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||