X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FSanitizer.php;h=b173ae9738402fbaba4a95337594e9bbca051794;hb=337afdf3a2ebb1739519594619afb50a62dccfe6;hp=6a568c2d0cd67e08452c893151ada38a77da1ba2;hpb=3b658a2dd3339dce93ad74984eb0120f6c50ccd9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index 6a568c2d0c..b173ae9738 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -383,7 +383,7 @@ class Sanitizer { 'h2', 'h3', 'h4', 'h5', 'h6', 'cite', 'code', 'em', 's', 'strike', 'strong', 'tt', 'var', 'div', 'center', 'blockquote', 'ol', 'ul', 'dl', 'table', 'caption', 'pre', - 'ruby', 'rt', 'rb', 'rp', 'p', 'span', 'abbr', 'dfn', + 'ruby', 'rb', 'rp', 'rt', 'rtc', 'p', 'span', 'abbr', 'dfn', 'kbd', 'samp', 'data', 'time', 'mark' ); $htmlsingle = array( @@ -715,7 +715,7 @@ class Sanitizer { * - Invalid id attributes are re-encoded * * @param array $attribs - * @param array $whitelist list of allowed attribute names + * @param array $whitelist List of allowed attribute names * @return array * * @todo Check for legal values where the DTD limits things. @@ -1081,7 +1081,7 @@ class Sanitizer { * @see http://www.whatwg.org/html/elements.html#the-id-attribute * HTML5 definition of id attribute * - * @param string $id id to escape + * @param string $id Id to escape * @param string|array $options String or array of strings (default is array()): * 'noninitial': This is a non-initial fragment of an id, not a full id, * so don't pay attention if the first character isn't valid at the @@ -1228,7 +1228,7 @@ class Sanitizer { * attribs regex matches. * * @param array $set - * @throws MWException when tag conditions are not met. + * @throws MWException When tag conditions are not met. * @return string */ private static function getTagAttributeCallback( $set ) { @@ -1685,10 +1685,10 @@ class Sanitizer { # http://www.whatwg.org/html/text-level-semantics.html#the-ruby-element 'ruby' => $common, # rbc - # rtc 'rb' => $common, - 'rt' => $common, #array_merge( $common, array( 'rbspan' ) ), 'rp' => $common, + 'rt' => $common, #array_merge( $common, array( 'rbspan' ) ), + 'rtc' => $common, # MathML root element, where used for extensions # 'title' may not be 100% valid here; it's XHTML