19,10c9,10
2< i img ins kbd li object ol p pre q rp rt ruby s samp script small span strike strong
3< style sub summary sup table tbody td textarea tfoot th thead tr tt u ul var
4---
5> i img ins kbd li ol p pre q rp rt ruby s samp small span strike strong
6> sub summary sup table tbody td tfoot th thead tr tt u ul var
714c14
8< "a" => %w[href name data-bibi data-bibi-style class],
9---
10> "a" => %w[href name],
1119,25d18
12< "div" => %w[align id style],
13< "h1" => %w[id],
14< "h2" => %w[id],
15< "h3" => %w[id],
16< "h4" => %w[id],
17< "h5" => %w[id],
18< "h6" => %w[id],
1927,29c20
20< "i" => %w[class],
21< "img" => %w[align alt border height src style width],
22< "object" => %w[type data class width height],
23---
24> "img" => %w[align alt border height src width],
2531d21
26< "p" => %w[style],
2733d22
28< "script" => %w[script src],
2948,53c37
30< "q" => { "cite" => ["http", "https", :relative] },
31< "script" => { "src" => ["http", "https"] }
32< },
33<
34< css: {
35< properties: %w[text-align width]
36---
37> "q" => { "cite" => ["http", "https", :relative] }
3858c42
39< remove_contents: %w[iframe math noembed noframes noscript plaintext svg xmp]
40---
41> remove_contents: %w[iframe math noembed noframes noscript plaintext script style svg xmp]