Skip to content

Commit 3c5871b

Browse files
committed
[css-images-5] Map object-view-box to SVG viewbox attribute per WG resolution. #7058
1 parent 43913c1 commit 3c5871b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-images-5/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ Setting The Viewbox: the 'object-view-box' property {#the-object-view-box}
4949

5050
The 'object-view-box' property
5151
specifies a "view box" over an element,
52-
similar to the <{svg/viewBox|&lt;svg viewBox>}> attribute,
53-
zooming or panning over the element's contents.
52+
which allows zooming or panning over the element's contents.
53+
It maps to the <{svg/viewBox|&lt;svg viewBox>}> attribute in SVG. [[SVG2]]
54+
55+
ISSUE: Make sure behavior is <a href="https://github.com/w3c/csswg-drafts/issues/7058#issuecomment-1057553833">properly consistent for SVG</a>.
5456

5557
<dl dfn-type=value dfn-for=object-view-box>
5658
: <dfn>none</dfn>

0 commit comments

Comments
 (0)