dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.07k stars 1.56k forks source link

setInnerHtml should accept null HTML fragment #13240

Open blois opened 11 years ago

blois commented 11 years ago

It currently throws an exception, but should match innerHtml behavior.

blois commented 10 years ago

Removed this from the M7 milestone. Added this to the M8 milestone. Removed Priority-Unassigned label. Added Priority-Low label.

efortuna commented 10 years ago

Removed this from the M8 milestone. Added this to the Later milestone.

kevmoo commented 10 years ago

Removed Area-HTML label. Added Area-Library, Library-Html labels.

kasperl commented 10 years ago

Removed this from the Later milestone. Added Oldschool-Milestone-Later label.

kasperl commented 10 years ago

Removed Oldschool-Milestone-Later label.

srawlins commented 5 years ago

setInnerHtml now accepts a null argument for html, without throwing, at least when compiled with dart2js.