File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -235,18 +235,19 @@ Box-edge Keywords {#keywords}
235235
236236 <dt> <dfn>view-box</dfn>
237237 <dd>
238- Refers to the nearest [=SVG viewport=] ’s
238+ Refers to the nearest [=SVG viewport=] element ’s
239239 <dfn dfn lt="SVG viewport origin box" local-lt="origin box">origin box</dfn> ,
240240 which is a rectangle with the width and height
241- of the [=SVG viewport=] ,
241+ of the initial SVG <a spec=svg2>user coordinate system</a>
242+ established by the <{svg/viewBox}> attribute for that element,
242243 positioned such that its top left corner is anchored
243244 at the coordinate system origin.
244245 (In a CSS box context, treated as ''<box>/border-box'' .)
245246
246- Note: When the [=SVG viewport=]
247- is not itself anchored at the origin ,
247+ Note: When the <{svg/viewBox}>
248+ includes non-zero <var ignore> min-x </var> or <var ignore> min-y </var> offsets ,
248249 this [=origin box=] does not actually correspond
249- to the [=SVG viewport=] !
250+ to the visible region rectangle defined by the <{svg/viewBox}> !
250251 <!-- This is a legacy compat requirement.
251252 See https://github.com/w3c/csswg-drafts/issues/4662 -->
252253 </dl>
You can’t perform that action at this time.
0 commit comments