mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Rename SVGInherited to InheritedSVG
This commit is contained in:
parent
e2990766dc
commit
5457169871
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
// SVG 1.1 (Second Edition)
|
// SVG 1.1 (Second Edition)
|
||||||
// https://www.w3.org/TR/SVG/
|
// https://www.w3.org/TR/SVG/
|
||||||
<% data.new_style_struct("SVGInherited",
|
<% data.new_style_struct("InheritedSVG",
|
||||||
inherited=True,
|
inherited=True,
|
||||||
gecko_name="SVG") %>
|
gecko_name="SVG") %>
|
||||||
|
|
|
@ -67,7 +67,7 @@ pub mod longhands {
|
||||||
<%include file="/longhand/table.mako.rs" />
|
<%include file="/longhand/table.mako.rs" />
|
||||||
<%include file="/longhand/text.mako.rs" />
|
<%include file="/longhand/text.mako.rs" />
|
||||||
<%include file="/longhand/ui.mako.rs" />
|
<%include file="/longhand/ui.mako.rs" />
|
||||||
<%include file="/longhand/svg_inherited.mako.rs" />
|
<%include file="/longhand/inherited_svg.mako.rs" />
|
||||||
<%include file="/longhand/svg.mako.rs" />
|
<%include file="/longhand/svg.mako.rs" />
|
||||||
<%include file="/longhand/xul.mako.rs" />
|
<%include file="/longhand/xul.mako.rs" />
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue