| 1 |
wakaba |
1.1 |
#data |
| 2 |
wakaba |
1.5 |
<div xmlns="http://www.w3.org/1999/xhtml"> |
| 3 |
wakaba |
1.81 |
<!-- From HTML5 Spec --> |
| 4 |
|
|
<p lang="en-US">Consider the following quote:</p> |
| 5 |
|
|
<blockquote lang="en-GB"> |
| 6 |
|
|
<p>Look around and you will find, no-one's really |
| 7 |
|
|
<mark>colour</mark> blind.</p> |
| 8 |
|
|
</blockquote> |
| 9 |
|
|
<p lang="en-US">As we can tell from the <em>spelling</em> of the word, |
| 10 |
|
|
the person writing this quote is clearly not American.</p> |
| 11 |
wakaba |
1.80 |
</div> |
| 12 |
wakaba |
1.71 |
#errors |
| 13 |
|
|
|
| 14 |
|
|
#data |
| 15 |
wakaba |
1.81 |
<!-- From HTML5 Spec --> |
| 16 |
|
|
<p xmlns="http://www.w3.org/1999/xhtml">I also have some <mark>kitten</mark>s who are visiting me |
| 17 |
|
|
these days. They're really cute. I think they like my garden! Maybe I |
| 18 |
|
|
should adopt a <mark>kitten</mark>.</p> |
| 19 |
wakaba |
1.21 |
#errors |
| 20 |
wakaba |
1.71 |
|
| 21 |
|
|
#data |
| 22 |
wakaba |
1.81 |
<div xmlns="http://www.w3.org/1999/xhtml"> |
| 23 |
|
|
<!-- From HTML5 Spec --> |
| 24 |
|
|
<p>The highlighted part below is where the error lies:</p> |
| 25 |
|
|
<pre><code>var i: Integer; |
| 26 |
|
|
begin |
| 27 |
|
|
i := <mark>1.1</mark>; |
| 28 |
|
|
end.</code></pre> |
| 29 |
|
|
</div> |
| 30 |
wakaba |
1.71 |
#errors |
| 31 |
|
|
|
| 32 |
|
|
#data |
| 33 |
wakaba |
1.81 |
<article xmlns="http://www.w3.org/1999/xhtml"> |
| 34 |
|
|
<!-- From HTML5 Spec --> |
| 35 |
|
|
<style> |
| 36 |
|
|
blockquote mark, q mark { |
| 37 |
|
|
font: inherit; font-style: italic; |
| 38 |
|
|
text-decoration: none; |
| 39 |
|
|
background: transparent; color: inherit; |
| 40 |
|
|
} |
| 41 |
|
|
.bubble em { |
| 42 |
|
|
font: inherit; font-size: larger; |
| 43 |
|
|
text-decoration: underline; |
| 44 |
|
|
} |
| 45 |
|
|
</style> |
| 46 |
|
|
<h1>She knew</h1> |
| 47 |
|
|
<p>Did you notice the subtle joke in the joke on panel 4?</p> |
| 48 |
|
|
<blockquote> |
| 49 |
|
|
<p class="bubble">I didn't <em>want</em> to believe. <mark>Of course |
| 50 |
|
|
on some level I realized it was a known-plaintext attack.</mark> But I |
| 51 |
|
|
couldn't admit it until I saw for myself.</p> |
| 52 |
|
|
</blockquote> |
| 53 |
|
|
<p>(Emphasis mine.) I thought that was great. It's so pedantic, yet it |
| 54 |
|
|
explains everything neatly.</p> |
| 55 |
|
|
</article> |
| 56 |
wakaba |
1.71 |
#errors |
| 57 |
wakaba |
1.81 |
/article/style;element not allowed:flow style;m |
| 58 |
|
|
/article/style;SUBDOC |
| 59 |
wakaba |
1.71 |
|
| 60 |
|
|
#data |
| 61 |
wakaba |
1.81 |
<div xmlns="http://www.w3.org/1999/xhtml"> |
| 62 |
|
|
<!-- From HTML5 Spec --> |
| 63 |
|
|
<h3>Wormhole Physics Introduction</h3> |
| 64 |
wakaba |
1.71 |
|
| 65 |
wakaba |
1.81 |
<p><mark>A wormhole in normal conditions can be held open for a |
| 66 |
|
|
maximum of just under 39 minutes.</mark> Conditions that can increase |
| 67 |
|
|
the time include a powerful energy source coupled to one or both of |
| 68 |
|
|
the gates connecting the wormhole, and a large gravity well (such as a |
| 69 |
|
|
black hole).</p> |
| 70 |
wakaba |
1.71 |
|
| 71 |
wakaba |
1.81 |
<p><mark>Momentum is preserved across the wormhole. Electromagnetic |
| 72 |
|
|
radiation can travel in both directions through a wormhole, |
| 73 |
|
|
but matter cannot.</mark></p> |
| 74 |
wakaba |
1.71 |
|
| 75 |
wakaba |
1.81 |
<p>When a wormhole is created, a vortex normally forms. |
| 76 |
|
|
<strong>Warning: The vortex caused by the wormhole opening will |
| 77 |
|
|
annihilate anything in its path.</strong> Vortexes can be avoided when |
| 78 |
|
|
using sufficently advanced dialing technology.</p> |
| 79 |
wakaba |
1.71 |
|
| 80 |
wakaba |
1.81 |
<p><mark>An obstruction in a gate will prevent it from accepting a |
| 81 |
|
|
wormhole connection.</mark></p> |
| 82 |
wakaba |
1.80 |
</div> |
| 83 |
wakaba |
1.49 |
#errors |
| 84 |
|
|
|
| 85 |
|
|
#data |
| 86 |
|
|
<basefont xmlns="http://www.w3.org/1999/xhtml"></basefont> |
| 87 |
|
|
#errors |
| 88 |
|
|
/basefont;element not defined;m |
| 89 |
|
|
|
| 90 |
|
|
#data |
| 91 |
|
|
<div xmlns="http://www.w3.org/1999/xhtml"><basefont/></div> |
| 92 |
|
|
#errors |
| 93 |
|
|
/div/basefont;element not defined;m |
| 94 |
wakaba |
1.55 |
/div/basefont;element not allowed:flow;m |
| 95 |
wakaba |
1.49 |
/div;no significant content;s |
| 96 |
|
|
|
| 97 |
|
|
#data |
| 98 |
|
|
<span xmlns="http://www.w3.org/1999/xhtml"><basefont/></span> |
| 99 |
|
|
#errors |
| 100 |
|
|
/span/basefont;element not defined;m |
| 101 |
|
|
/span/basefont;element not allowed:phrasing;m |
| 102 |
|
|
/span;no significant content;s |
| 103 |
wakaba |
1.58 |
|
| 104 |
|
|
#data |
| 105 |
|
|
<p xmlns="http://www.w3.org/1999/xhtml"><font>x</font></p> |
| 106 |
|
|
#errors |
| 107 |
|
|
/p/font;element not defined;m |
| 108 |
|
|
|
| 109 |
|
|
#data |
| 110 |
|
|
<p xmlns="http://www.w3.org/1999/xhtml"><span><font>x</font></span></p> |
| 111 |
|
|
#errors |
| 112 |
|
|
/p/span/font;element not defined;m |
| 113 |
|
|
|
| 114 |
|
|
#data html |
| 115 |
|
|
<!DOCTYPE HTML> |
| 116 |
|
|
<html> |
| 117 |
|
|
<head> |
| 118 |
|
|
<title></title> |
| 119 |
|
|
<meta name="generator" content="Sample Editor 1.0 (WYSIWYG editor)"> |
| 120 |
|
|
</head> |
| 121 |
|
|
<body> |
| 122 |
|
|
<font style="display: block; border: solid"> |
| 123 |
|
|
<h1>Hello.</h1> |
| 124 |
|
|
</font> |
| 125 |
|
|
<p> |
| 126 |
|
|
<font style="color: orange; background: white">How</font> |
| 127 |
|
|
<font style="color: yellow; background: white">do</font> |
| 128 |
|
|
<font style="color: green; background: white"><em>you</em></font> |
| 129 |
|
|
<font style="color: blue; background: white">do?</font> |
| 130 |
|
|
</p> |
| 131 |
|
|
</body> |
| 132 |
|
|
</html> |
| 133 |
|
|
<!-- From old HTML5 draft --> |
| 134 |
|
|
#errors |
| 135 |
|
|
/html/body/font;element not defined;m |
| 136 |
wakaba |
1.73 |
/html/body/font/@style;SUBDOC |
| 137 |
wakaba |
1.58 |
/html/body/p/font;element not defined;m |
| 138 |
wakaba |
1.73 |
/html/body/p/font/@style;SUBDOC |
| 139 |
wakaba |
1.58 |
/html/body/p/font;element not defined;m |
| 140 |
wakaba |
1.73 |
/html/body/p/font/@style;SUBDOC |
| 141 |
wakaba |
1.58 |
/html/body/p/font;element not defined;m |
| 142 |
wakaba |
1.73 |
/html/body/p/font/@style;SUBDOC |
| 143 |
wakaba |
1.58 |
/html/body/p/font;element not defined;m |
| 144 |
wakaba |
1.73 |
/html/body/p/font/@style;SUBDOC |