diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2011-08-23 19:30:39 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2011-08-23 19:30:39 +0300 |
commit | c954062429a325d67583946607fd8ac5ae6836f6 (patch) | |
tree | 5211a78281d6493e4b70f4fc569ede21cd2561a7 /htdocs/sgml-lib/REC-SVG11-20030114/svg-basic-clip.mod | |
parent | bc5f8289565ad6ab27d439a36f532b97005a90bc (diff) | |
download | markup-validator-c954062429a325d67583946607fd8ac5ae6836f6.zip markup-validator-c954062429a325d67583946607fd8ac5ae6836f6.tar.gz markup-validator-c954062429a325d67583946607fd8ac5ae6836f6.tar.bz2 |
Update SVG 1.1 DTDs to 2nd edition.
Diffstat (limited to 'htdocs/sgml-lib/REC-SVG11-20030114/svg-basic-clip.mod')
-rw-r--r-- | htdocs/sgml-lib/REC-SVG11-20030114/svg-basic-clip.mod | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/htdocs/sgml-lib/REC-SVG11-20030114/svg-basic-clip.mod b/htdocs/sgml-lib/REC-SVG11-20030114/svg-basic-clip.mod deleted file mode 100644 index aa30eae..0000000 --- a/htdocs/sgml-lib/REC-SVG11-20030114/svg-basic-clip.mod +++ /dev/null @@ -1,103 +0,0 @@ -<!-- ....................................................................... --> -<!-- SVG 1.1 Basic Clip Module ............................................. --> -<!-- file: svg-basic-clip.mod - - This is SVG, a language for describing two-dimensional graphics in XML. - Copyright 2001, 2002 W3C (MIT, INRIA, Keio), All Rights Reserved. - Revision: $Id: svg-basic-clip.mod,v 1.4 2002/11/03 15:54:14 fujisawa Exp $ - - This DTD module is identified by the PUBLIC and SYSTEM identifiers: - - PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Clip//EN" - SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-clip.mod" - - ....................................................................... --> - -<!-- Basic Clip - - clipPath - - This module declares markup to provide support for clipping. ---> - -<!-- 'clip-path' property/attribute value (e.g., 'none', <uri>) --> -<!ENTITY % ClipPathValue.datatype "CDATA" > - -<!-- Qualified Names (Default) ......................... --> - -<!ENTITY % SVG.clipPath.qname "clipPath" > - -<!-- Attribute Collections (Default) ................... --> - -<!ENTITY % SVG.Core.attrib "" > -<!ENTITY % SVG.Conditional.attrib "" > -<!ENTITY % SVG.Style.attrib "" > -<!ENTITY % SVG.Text.attrib "" > -<!ENTITY % SVG.TextContent.attrib "" > -<!ENTITY % SVG.Font.attrib "" > -<!ENTITY % SVG.Paint.attrib "" > -<!ENTITY % SVG.Color.attrib "" > -<!ENTITY % SVG.Opacity.attrib "" > -<!ENTITY % SVG.Graphics.attrib "" > -<!ENTITY % SVG.Mask.attrib "" > -<!ENTITY % SVG.Filter.attrib "" > -<!ENTITY % SVG.Cursor.attrib "" > -<!ENTITY % SVG.External.attrib "" > - -<!-- SVG.Clip.class .................................... --> - -<!ENTITY % SVG.Clip.extra.class "" > - -<!ENTITY % SVG.Clip.class - "| %SVG.clipPath.qname; %SVG.Clip.extra.class;" -> - -<!-- SVG.Clip.attrib ................................... --> - -<!ENTITY % SVG.Clip.extra.attrib "" > - -<!ENTITY % SVG.Clip.attrib - "clip-path %ClipPathValue.datatype; #IMPLIED - clip-rule %ClipFillRule.datatype; #IMPLIED - %SVG.Clip.extra.attrib;" -> - -<!-- clipPath: Clip Path Element ....................... --> - -<!ENTITY % SVG.clipPath.extra.content "" > - -<!ENTITY % SVG.clipPath.element "INCLUDE" > -<![%SVG.clipPath.element;[ -<!ENTITY % SVG.clipPath.content - "(( %SVG.Description.class; )*, (( %SVG.Animation.class; %SVG.Use.class; - %SVG.clipPath.extra.content; )*, ( %SVG.Animation.class; %SVG.Use.class; - %SVG.Shape.class; )?, ( %SVG.Animation.class; %SVG.Use.class; - %SVG.clipPath.extra.content; )*))" -> -<!ELEMENT %SVG.clipPath.qname; %SVG.clipPath.content; > -<!-- end of SVG.clipPath.element -->]]> - -<!ENTITY % SVG.clipPath.attlist "INCLUDE" > -<![%SVG.clipPath.attlist;[ -<!ATTLIST %SVG.clipPath.qname; - %SVG.Core.attrib; - %SVG.Conditional.attrib; - %SVG.Style.attrib; - %SVG.Text.attrib; - %SVG.TextContent.attrib; - %SVG.Font.attrib; - %SVG.Paint.attrib; - %SVG.Color.attrib; - %SVG.Opacity.attrib; - %SVG.Graphics.attrib; - %SVG.Clip.attrib; - %SVG.Mask.attrib; - %SVG.Filter.attrib; - %SVG.Cursor.attrib; - %SVG.External.attrib; - transform %TransformList.datatype; #IMPLIED - clipPathUnits ( userSpaceOnUse | objectBoundingBox ) #IMPLIED -> -<!-- end of SVG.clipPath.attlist -->]]> - -<!-- end of svg-basic-clip.mod --> |