DescriptionMake HTMLOutputElement.htmlFor settable
Make HTMLOutputElement.htmlFor settable as per the specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element
Calling HTMLOutputElement.htmlFor="foo" should be equivalent to
HTMLOutputElement.value.htmlFor="foo". This behavior is consistent
with Firefox 23.
BUG=308034
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159838
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|