Merge "Reserve data-mw and data-parsoid attribute prefix for trusted values"
[lhc/web/wiklou.git] / includes / Sanitizer.php
index 5443e68..b1b5da2 100644 (file)
@@ -1639,7 +1639,7 @@ class Sanitizer {
 
                        # 10.2
                        'ul'         => array_merge( $common, array( 'type' ) ),
-                       'ol'         => array_merge( $common, array( 'type', 'start' ) ),
+                       'ol'         => array_merge( $common, array( 'type', 'start', 'reversed' ) ),
                        'li'         => array_merge( $common, array( 'type', 'value' ) ),
 
                        # 10.3