You are here

public static property Elements::$svgCaseSensitiveElementMap in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5/Elements.php \Masterminds\HTML5\Elements::svgCaseSensitiveElementMap

Some SVG elements are case sensetitive. This map contains these.

The map contains key/value store of the name is lowercase as the keys and the correct casing as the value.

File

vendor/masterminds/html5/src/HTML5/Elements.php, line 432

Class

Elements
This class provides general information about HTML5 elements, including syntactic and semantic issues. Parsers and serializers can use this class as a reference point for information about the rules of various HTML5 elements.

Namespace

Masterminds\HTML5

Code

public static $svgCaseSensitiveElementMap = array(
  'altglyph' => 'altGlyph',
  'altglyphdef' => 'altGlyphDef',
  'altglyphitem' => 'altGlyphItem',
  'animatecolor' => 'animateColor',
  'animatemotion' => 'animateMotion',
  'animatetransform' => 'animateTransform',
  'clippath' => 'clipPath',
  'feblend' => 'feBlend',
  'fecolormatrix' => 'feColorMatrix',
  'fecomponenttransfer' => 'feComponentTransfer',
  'fecomposite' => 'feComposite',
  'feconvolvematrix' => 'feConvolveMatrix',
  'fediffuselighting' => 'feDiffuseLighting',
  'fedisplacementmap' => 'feDisplacementMap',
  'fedistantlight' => 'feDistantLight',
  'feflood' => 'feFlood',
  'fefunca' => 'feFuncA',
  'fefuncb' => 'feFuncB',
  'fefuncg' => 'feFuncG',
  'fefuncr' => 'feFuncR',
  'fegaussianblur' => 'feGaussianBlur',
  'feimage' => 'feImage',
  'femerge' => 'feMerge',
  'femergenode' => 'feMergeNode',
  'femorphology' => 'feMorphology',
  'feoffset' => 'feOffset',
  'fepointlight' => 'fePointLight',
  'fespecularlighting' => 'feSpecularLighting',
  'fespotlight' => 'feSpotLight',
  'fetile' => 'feTile',
  'feturbulence' => 'feTurbulence',
  'foreignobject' => 'foreignObject',
  'glyphref' => 'glyphRef',
  'lineargradient' => 'linearGradient',
  'radialgradient' => 'radialGradient',
  'textpath' => 'textPath',
);