Server geändert
This commit is contained in:
@ -7,7 +7,7 @@ div > * {background:#F00; color:#FFF; font-weight:bold; padding:0.2em; margin:0.
|
||||
#module-text abbr,
|
||||
#module-text acronym,
|
||||
#module-text div blockquote,
|
||||
#module-text blockquote[cite='http://www.example.com'],
|
||||
#module-text blockquote[cite='https://www.example.com'],
|
||||
#module-text br,
|
||||
#module-text cite,
|
||||
#module-text code,
|
||||
@ -23,14 +23,14 @@ div > * {background:#F00; color:#FFF; font-weight:bold; padding:0.2em; margin:0.
|
||||
#module-text p,
|
||||
#module-text pre,
|
||||
#module-text span q,
|
||||
#module-text q[cite='http://www.example.com'],
|
||||
#module-text q[cite='https://www.example.com'],
|
||||
#module-text samp,
|
||||
#module-text strong,
|
||||
#module-text var,
|
||||
#module-hypertext span a,
|
||||
#module-hypertext a[accesskey='q'],
|
||||
#module-hypertext a[charset='UTF-8'],
|
||||
#module-hypertext a[href='http://www.example.com/'],
|
||||
#module-hypertext a[href='https://www.example.com/'],
|
||||
#module-hypertext a[hreflang='en'],
|
||||
#module-hypertext a[rel='nofollow'],
|
||||
#module-hypertext a[rev='index'],
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>HTML Purifier All Elements Smoketest</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
@ -33,7 +33,7 @@ otherwise there will be problems.</p>
|
||||
<abbr>abbr</abbr>
|
||||
<acronym>acronym</acronym>
|
||||
<div><blockquote>blockquote</blockquote></div>
|
||||
<blockquote cite="http://www.example.com">blockquote@cite</blockquote>
|
||||
<blockquote cite="https://www.example.com">blockquote@cite</blockquote>
|
||||
<br />
|
||||
<cite>cite</cite>
|
||||
<code>code</code>
|
||||
@ -49,7 +49,7 @@ otherwise there will be problems.</p>
|
||||
<p>p</p>
|
||||
<pre>pre</pre>
|
||||
<span><q>q</q></span>
|
||||
<q cite="http://www.example.com">q@cite</q>
|
||||
<q cite="https://www.example.com">q@cite</q>
|
||||
<samp>samp</samp>
|
||||
<strong>strong</strong>
|
||||
<var>var</var>
|
||||
@ -60,7 +60,7 @@ otherwise there will be problems.</p>
|
||||
<span><a>a</a></span>:
|
||||
<a accesskey="q">accesskey</a>
|
||||
<a charset="UTF-8">charset</a>
|
||||
<a href="http://www.example.com/">href</a>
|
||||
<a href="https://www.example.com/">href</a>
|
||||
<a hreflang="en">hreflang</a>
|
||||
<a rel="nofollow">rel</a>
|
||||
<a rev="index">rev</a>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>HTML Purifier Legacy Smoketest Test Data</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
Reference in New Issue
Block a user