Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Elements.php

Elements::$svgCaseSensitiveElementMap

Some SVG elements are case sensitive. 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.

Type: svgCaseSensitiveElementMap

File

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

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',
);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal