DescriptionRemove <video> width and height attributes from intrisic size logic
The width/height content attributes already influence specified style
via HTMLVideoElement::collectStyleForPresentationAttribute, to also
influence the intrinsic size has never been part of the spec:
http://whatwg.org/html#the-video-element
The test case passes in Firefox Nightly and IE11 Release Preview,
but fails in Opera Presto, which has no default intrinsic size.
Opera is actually correct per spec, but fixing Blink can be done
in a separate bug.
BUG=310122
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160491
Patch Set 1 #
Total comments: 8
Patch Set 2 : expanded test #
Total comments: 2
Patch Set 3 : learn to indent #
Messages
Total messages: 12 (0 generated)
|