25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

458 satır
12 KiB

  1. #data
  2. <!DOCTYPE html><math></math>
  3. #errors
  4. #document
  5. | <!DOCTYPE html>
  6. | <html>
  7. | <head>
  8. | <body>
  9. | <math math>
  10. #data
  11. <!DOCTYPE html><body><math></math>
  12. #errors
  13. #document
  14. | <!DOCTYPE html>
  15. | <html>
  16. | <head>
  17. | <body>
  18. | <math math>
  19. #data
  20. <!DOCTYPE html><math><mi>
  21. #errors
  22. 25: End of file in a foreign namespace context.
  23. #document
  24. | <!DOCTYPE html>
  25. | <html>
  26. | <head>
  27. | <body>
  28. | <math math>
  29. | <math mi>
  30. #data
  31. <!DOCTYPE html><math><annotation-xml><svg><u>
  32. #errors
  33. 45: HTML start tag “u” in a foreign namespace context.
  34. 45: End of file seen and there were open elements.
  35. #document
  36. | <!DOCTYPE html>
  37. | <html>
  38. | <head>
  39. | <body>
  40. | <math math>
  41. | <math annotation-xml>
  42. | <svg svg>
  43. | <u>
  44. #data
  45. <!DOCTYPE html><body><select><math></math></select>
  46. #errors
  47. Line: 1 Col: 35 Unexpected start tag token (math) in the select phase. Ignored.
  48. Line: 1 Col: 42 Unexpected end tag (math) in the select phase. Ignored.
  49. #document
  50. | <!DOCTYPE html>
  51. | <html>
  52. | <head>
  53. | <body>
  54. | <select>
  55. #data
  56. <!DOCTYPE html><body><select><option><math></math></option></select>
  57. #errors
  58. Line: 1 Col: 43 Unexpected start tag token (math) in the select phase. Ignored.
  59. Line: 1 Col: 50 Unexpected end tag (math) in the select phase. Ignored.
  60. #document
  61. | <!DOCTYPE html>
  62. | <html>
  63. | <head>
  64. | <body>
  65. | <select>
  66. | <option>
  67. #data
  68. <!DOCTYPE html><body><table><math></math></table>
  69. #errors
  70. Line: 1 Col: 34 Unexpected start tag (math) in table context caused voodoo mode.
  71. Line: 1 Col: 41 Unexpected end tag (math) in table context caused voodoo mode.
  72. #document
  73. | <!DOCTYPE html>
  74. | <html>
  75. | <head>
  76. | <body>
  77. | <math math>
  78. | <table>
  79. #data
  80. <!DOCTYPE html><body><table><math><mi>foo</mi></math></table>
  81. #errors
  82. Line: 1 Col: 34 Unexpected start tag (math) in table context caused voodoo mode.
  83. Line: 1 Col: 46 Unexpected end tag (mi) in table context caused voodoo mode.
  84. Line: 1 Col: 53 Unexpected end tag (math) in table context caused voodoo mode.
  85. #document
  86. | <!DOCTYPE html>
  87. | <html>
  88. | <head>
  89. | <body>
  90. | <math math>
  91. | <math mi>
  92. | "foo"
  93. | <table>
  94. #data
  95. <!DOCTYPE html><body><table><math><mi>foo</mi><mi>bar</mi></math></table>
  96. #errors
  97. Line: 1 Col: 34 Unexpected start tag (math) in table context caused voodoo mode.
  98. Line: 1 Col: 46 Unexpected end tag (mi) in table context caused voodoo mode.
  99. Line: 1 Col: 58 Unexpected end tag (mi) in table context caused voodoo mode.
  100. Line: 1 Col: 65 Unexpected end tag (math) in table context caused voodoo mode.
  101. #document
  102. | <!DOCTYPE html>
  103. | <html>
  104. | <head>
  105. | <body>
  106. | <math math>
  107. | <math mi>
  108. | "foo"
  109. | <math mi>
  110. | "bar"
  111. | <table>
  112. #data
  113. <!DOCTYPE html><body><table><tbody><math><mi>foo</mi><mi>bar</mi></math></tbody></table>
  114. #errors
  115. Line: 1 Col: 41 Unexpected start tag (math) in table context caused voodoo mode.
  116. Line: 1 Col: 53 Unexpected end tag (mi) in table context caused voodoo mode.
  117. Line: 1 Col: 65 Unexpected end tag (mi) in table context caused voodoo mode.
  118. Line: 1 Col: 72 Unexpected end tag (math) in table context caused voodoo mode.
  119. #document
  120. | <!DOCTYPE html>
  121. | <html>
  122. | <head>
  123. | <body>
  124. | <math math>
  125. | <math mi>
  126. | "foo"
  127. | <math mi>
  128. | "bar"
  129. | <table>
  130. | <tbody>
  131. #data
  132. <!DOCTYPE html><body><table><tbody><tr><math><mi>foo</mi><mi>bar</mi></math></tr></tbody></table>
  133. #errors
  134. Line: 1 Col: 45 Unexpected start tag (math) in table context caused voodoo mode.
  135. Line: 1 Col: 57 Unexpected end tag (mi) in table context caused voodoo mode.
  136. Line: 1 Col: 69 Unexpected end tag (mi) in table context caused voodoo mode.
  137. Line: 1 Col: 76 Unexpected end tag (math) in table context caused voodoo mode.
  138. #document
  139. | <!DOCTYPE html>
  140. | <html>
  141. | <head>
  142. | <body>
  143. | <math math>
  144. | <math mi>
  145. | "foo"
  146. | <math mi>
  147. | "bar"
  148. | <table>
  149. | <tbody>
  150. | <tr>
  151. #data
  152. <!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math></td></tr></tbody></table>
  153. #errors
  154. #document
  155. | <!DOCTYPE html>
  156. | <html>
  157. | <head>
  158. | <body>
  159. | <table>
  160. | <tbody>
  161. | <tr>
  162. | <td>
  163. | <math math>
  164. | <math mi>
  165. | "foo"
  166. | <math mi>
  167. | "bar"
  168. #data
  169. <!DOCTYPE html><body><table><tbody><tr><td><math><mi>foo</mi><mi>bar</mi></math><p>baz</td></tr></tbody></table>
  170. #errors
  171. #document
  172. | <!DOCTYPE html>
  173. | <html>
  174. | <head>
  175. | <body>
  176. | <table>
  177. | <tbody>
  178. | <tr>
  179. | <td>
  180. | <math math>
  181. | <math mi>
  182. | "foo"
  183. | <math mi>
  184. | "bar"
  185. | <p>
  186. | "baz"
  187. #data
  188. <!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi></math><p>baz</caption></table>
  189. #errors
  190. #document
  191. | <!DOCTYPE html>
  192. | <html>
  193. | <head>
  194. | <body>
  195. | <table>
  196. | <caption>
  197. | <math math>
  198. | <math mi>
  199. | "foo"
  200. | <math mi>
  201. | "bar"
  202. | <p>
  203. | "baz"
  204. #data
  205. <!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
  206. #errors
  207. Line: 1 Col: 70 HTML start tag "p" in a foreign namespace context.
  208. Line: 1 Col: 81 Unexpected end table tag in caption. Generates implied end caption.
  209. #document
  210. | <!DOCTYPE html>
  211. | <html>
  212. | <head>
  213. | <body>
  214. | <table>
  215. | <caption>
  216. | <math math>
  217. | <math mi>
  218. | "foo"
  219. | <math mi>
  220. | "bar"
  221. | <p>
  222. | "baz"
  223. | <p>
  224. | "quux"
  225. #data
  226. <!DOCTYPE html><body><table><caption><math><mi>foo</mi><mi>bar</mi>baz</table><p>quux
  227. #errors
  228. Line: 1 Col: 78 Unexpected end table tag in caption. Generates implied end caption.
  229. Line: 1 Col: 78 Unexpected end tag (caption). Missing end tag (math).
  230. #document
  231. | <!DOCTYPE html>
  232. | <html>
  233. | <head>
  234. | <body>
  235. | <table>
  236. | <caption>
  237. | <math math>
  238. | <math mi>
  239. | "foo"
  240. | <math mi>
  241. | "bar"
  242. | "baz"
  243. | <p>
  244. | "quux"
  245. #data
  246. <!DOCTYPE html><body><table><colgroup><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
  247. #errors
  248. Line: 1 Col: 44 Unexpected start tag (math) in table context caused voodoo mode.
  249. Line: 1 Col: 56 Unexpected end tag (mi) in table context caused voodoo mode.
  250. Line: 1 Col: 68 Unexpected end tag (mi) in table context caused voodoo mode.
  251. Line: 1 Col: 71 HTML start tag "p" in a foreign namespace context.
  252. Line: 1 Col: 71 Unexpected start tag (p) in table context caused voodoo mode.
  253. #document
  254. | <!DOCTYPE html>
  255. | <html>
  256. | <head>
  257. | <body>
  258. | <math math>
  259. | <math mi>
  260. | "foo"
  261. | <math mi>
  262. | "bar"
  263. | <p>
  264. | "baz"
  265. | <table>
  266. | <colgroup>
  267. | <p>
  268. | "quux"
  269. #data
  270. <!DOCTYPE html><body><table><tr><td><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
  271. #errors
  272. Line: 1 Col: 50 Unexpected start tag token (math) in the select phase. Ignored.
  273. Line: 1 Col: 54 Unexpected start tag token (mi) in the select phase. Ignored.
  274. Line: 1 Col: 62 Unexpected end tag (mi) in the select phase. Ignored.
  275. Line: 1 Col: 66 Unexpected start tag token (mi) in the select phase. Ignored.
  276. Line: 1 Col: 74 Unexpected end tag (mi) in the select phase. Ignored.
  277. Line: 1 Col: 77 Unexpected start tag token (p) in the select phase. Ignored.
  278. Line: 1 Col: 88 Unexpected table element end tag (tables) in the select in table phase.
  279. #document
  280. | <!DOCTYPE html>
  281. | <html>
  282. | <head>
  283. | <body>
  284. | <table>
  285. | <tbody>
  286. | <tr>
  287. | <td>
  288. | <select>
  289. | "foobarbaz"
  290. | <p>
  291. | "quux"
  292. #data
  293. <!DOCTYPE html><body><table><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
  294. #errors
  295. Line: 1 Col: 36 Unexpected start tag (select) in table context caused voodoo mode.
  296. Line: 1 Col: 42 Unexpected start tag token (math) in the select phase. Ignored.
  297. Line: 1 Col: 46 Unexpected start tag token (mi) in the select phase. Ignored.
  298. Line: 1 Col: 54 Unexpected end tag (mi) in the select phase. Ignored.
  299. Line: 1 Col: 58 Unexpected start tag token (mi) in the select phase. Ignored.
  300. Line: 1 Col: 66 Unexpected end tag (mi) in the select phase. Ignored.
  301. Line: 1 Col: 69 Unexpected start tag token (p) in the select phase. Ignored.
  302. Line: 1 Col: 80 Unexpected table element end tag (tables) in the select in table phase.
  303. #document
  304. | <!DOCTYPE html>
  305. | <html>
  306. | <head>
  307. | <body>
  308. | <select>
  309. | "foobarbaz"
  310. | <table>
  311. | <p>
  312. | "quux"
  313. #data
  314. <!DOCTYPE html><body></body></html><math><mi>foo</mi><mi>bar</mi><p>baz
  315. #errors
  316. Line: 1 Col: 41 Unexpected start tag (math).
  317. Line: 1 Col: 68 HTML start tag "p" in a foreign namespace context.
  318. #document
  319. | <!DOCTYPE html>
  320. | <html>
  321. | <head>
  322. | <body>
  323. | <math math>
  324. | <math mi>
  325. | "foo"
  326. | <math mi>
  327. | "bar"
  328. | <p>
  329. | "baz"
  330. #data
  331. <!DOCTYPE html><body></body><math><mi>foo</mi><mi>bar</mi><p>baz
  332. #errors
  333. Line: 1 Col: 34 Unexpected start tag token (math) in the after body phase.
  334. Line: 1 Col: 61 HTML start tag "p" in a foreign namespace context.
  335. #document
  336. | <!DOCTYPE html>
  337. | <html>
  338. | <head>
  339. | <body>
  340. | <math math>
  341. | <math mi>
  342. | "foo"
  343. | <math mi>
  344. | "bar"
  345. | <p>
  346. | "baz"
  347. #data
  348. <!DOCTYPE html><frameset><math><mi></mi><mi></mi><p><span>
  349. #errors
  350. Line: 1 Col: 31 Unexpected start tag token (math) in the frameset phase. Ignored.
  351. Line: 1 Col: 35 Unexpected start tag token (mi) in the frameset phase. Ignored.
  352. Line: 1 Col: 40 Unexpected end tag token (mi) in the frameset phase. Ignored.
  353. Line: 1 Col: 44 Unexpected start tag token (mi) in the frameset phase. Ignored.
  354. Line: 1 Col: 49 Unexpected end tag token (mi) in the frameset phase. Ignored.
  355. Line: 1 Col: 52 Unexpected start tag token (p) in the frameset phase. Ignored.
  356. Line: 1 Col: 58 Unexpected start tag token (span) in the frameset phase. Ignored.
  357. Line: 1 Col: 58 Expected closing tag. Unexpected end of file.
  358. #document
  359. | <!DOCTYPE html>
  360. | <html>
  361. | <head>
  362. | <frameset>
  363. #data
  364. <!DOCTYPE html><frameset></frameset><math><mi></mi><mi></mi><p><span>
  365. #errors
  366. Line: 1 Col: 42 Unexpected start tag (math) in the after frameset phase. Ignored.
  367. Line: 1 Col: 46 Unexpected start tag (mi) in the after frameset phase. Ignored.
  368. Line: 1 Col: 51 Unexpected end tag (mi) in the after frameset phase. Ignored.
  369. Line: 1 Col: 55 Unexpected start tag (mi) in the after frameset phase. Ignored.
  370. Line: 1 Col: 60 Unexpected end tag (mi) in the after frameset phase. Ignored.
  371. Line: 1 Col: 63 Unexpected start tag (p) in the after frameset phase. Ignored.
  372. Line: 1 Col: 69 Unexpected start tag (span) in the after frameset phase. Ignored.
  373. #document
  374. | <!DOCTYPE html>
  375. | <html>
  376. | <head>
  377. | <frameset>
  378. #data
  379. <!DOCTYPE html><body xlink:href=foo><math xlink:href=foo></math>
  380. #errors
  381. #document
  382. | <!DOCTYPE html>
  383. | <html>
  384. | <head>
  385. | <body>
  386. | xlink:href="foo"
  387. | <math math>
  388. | xlink href="foo"
  389. #data
  390. <!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo></mi></math>
  391. #errors
  392. #document
  393. | <!DOCTYPE html>
  394. | <html>
  395. | <head>
  396. | <body>
  397. | xlink:href="foo"
  398. | xml:lang="en"
  399. | <math math>
  400. | <math mi>
  401. | xlink href="foo"
  402. | xml lang="en"
  403. #data
  404. <!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo /></math>
  405. #errors
  406. #document
  407. | <!DOCTYPE html>
  408. | <html>
  409. | <head>
  410. | <body>
  411. | xlink:href="foo"
  412. | xml:lang="en"
  413. | <math math>
  414. | <math mi>
  415. | xlink href="foo"
  416. | xml lang="en"
  417. #data
  418. <!DOCTYPE html><body xlink:href=foo xml:lang=en><math><mi xml:lang=en xlink:href=foo />bar</math>
  419. #errors
  420. #document
  421. | <!DOCTYPE html>
  422. | <html>
  423. | <head>
  424. | <body>
  425. | xlink:href="foo"
  426. | xml:lang="en"
  427. | <math math>
  428. | <math mi>
  429. | xlink href="foo"
  430. | xml lang="en"
  431. | "bar"