You are here

static property Traverser::$local_ns in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php \Masterminds\HTML5\Serializer\Traverser::local_ns

Namespaces that should be treated as "local" to HTML5.

File

vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php, line 19

Class

Traverser
Traverser for walking a DOM tree.

Namespace

Masterminds\HTML5\Serializer

Code

static $local_ns = array(
  'http://www.w3.org/1999/xhtml' => 'html',
  'http://www.w3.org/1998/Math/MathML' => 'math',
  'http://www.w3.org/2000/svg' => 'svg',
);