DescriptionAlign HTMLAppletElement IDL with spec
http://whatwg.org/html#htmlappletelement
In addition to removing TreatNullAs=NullString, align with the spec by
making hspace/vspace unsigned long, and codebase/object URLs.
The tests for the updated properties pass in Firefox Nightly, IE11
Release Preview and Opera 12.16, with these exceptions:
IE11 returns "" after setting width/height to null and fails all of
the vspace/hspace reflection tests in ways not per spec.
Presto doesn't reflect object as a URL, but the framework didn't
notice that before the minor fix in nullTestElementAttribute.
Presto also fails the vspace/hspace set tests in ways not per spec.
BUG=316129, 310298
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161545
Patch Set 1 #
Total comments: 4
Patch Set 2 : consistency #Patch Set 3 : drop logging #Messages
Total messages: 13 (0 generated)
|