Index: trunk/phase3/includes/Sanitizer.php |
— | — | @@ -1082,9 +1082,9 @@ |
1083 | 1083 | # 11.2.1 |
1084 | 1084 | 'table' => array_merge( $common, |
1085 | 1085 | array( 'summary', 'width', 'border', 'frame', |
1086 | | - 'rules', 'cellspacing', 'cellpadding', |
1087 | | - 'align', 'bgcolor', 'frame', 'rules', |
1088 | | - 'border' ) ), |
| 1086 | + 'rules', 'cellspacing', 'cellpadding', |
| 1087 | + 'align', 'bgcolor', 'rules', |
| 1088 | + ) ), |
1089 | 1089 | |
1090 | 1090 | # 11.2.2 |
1091 | 1091 | 'caption' => array_merge( $common, array( 'align' ) ), |