Commit 5bf0ba56 by Alexander Kochetov

Comments fixes

parent 9bb0ce4b
...@@ -22,7 +22,6 @@ class Html ...@@ -22,7 +22,6 @@ class Html
{ {
/** /**
* @var array list of void elements (element name => 1) * @var array list of void elements (element name => 1)
* @see closeVoidElements
* @see http://www.w3.org/TR/html-markup/syntax.html#void-element * @see http://www.w3.org/TR/html-markup/syntax.html#void-element
*/ */
public static $voidElements = array( public static $voidElements = array(
...@@ -46,7 +45,6 @@ class Html ...@@ -46,7 +45,6 @@ class Html
/** /**
* @var array list of boolean attributes. The presence of a boolean attribute on * @var array list of boolean attributes. The presence of a boolean attribute on
* an element represents the true value, and the absence of the attribute represents the false value. * an element represents the true value, and the absence of the attribute represents the false value.
* @see showBooleanAttributeValues
* @see http://www.w3.org/TR/html5/infrastructure.html#boolean-attributes * @see http://www.w3.org/TR/html5/infrastructure.html#boolean-attributes
*/ */
public static $booleanAttributes = array( public static $booleanAttributes = array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment