DescriptionDisplay property as specified on svg elements.
The computed display of svg elements should be as for other elements. For
svg:svg elements, they should behave as other replaced elements when styled
with inline-block, table-cell, etc. For svg elements inside the root svg
element, they still get a computed value for display as other elements,
although the rendering is the same for all display values different from
'none'.
This change aligns the behavior with that of Gecko.
This change makes it possible to remove the custom style building for
display.
R=pdr@chromium.org,fs@opera.com
BUG=391959
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177649
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|