| Url used (first standard-https-result with http status 200): https://www.itmo.de/ |
|
Summary |
| Good: No non-document-errors |
| 36 errors |
| 50 warnings |
| Type | Message | num found |
|---|
| 1. | error | A numeric character reference expanded to carriage return. | 6 |
| 2. | error | CSS: Parse Error. | 5 |
| 3. | error | Quote ' in attribute name. Probable cause: Matching quote missing somewhere earlier. | 4 |
| 4. | error | CSS: align: Property align doesn't exist. | 2 |
| 5. | error | Bad value /style.css?i=<?php echo time(); ?> for attribute href on element link: Illegal character in query. < is not allowed. | 1 |
| 6. | error | Bad value expires for attribute http-equiv on element meta. | 1 |
| 7. | error | Bad value cache-control for attribute http-equiv on element meta. | 1 |
| 8. | error | Bad value pragma for attribute http-equiv on element meta. | 1 |
| 9. | error | Bad value language for attribute http-equiv on element meta. | 1 |
| 10. | error | Bad value Content-Security-Policy1 for attribute http-equiv on element meta. | 1 |
| 11. | error | Attribute *; not allowed on element meta at this point. | 1 |
| 12. | error | Attribute script-src not allowed on element meta at this point. | 1 |
| 13. | error | Attribute self'; not allowed on element meta at this point. | 1 |
| 14. | error | Attribute 'unsafe-inline'' not allowed on element meta at this point. | 1 |
| 15. | error | No space between attributes. | 1 |
| 16. | error | Duplicate attribute script-src. | 1 |
| 17. | error | Bad value Access-Control-Allow-Origin1 for attribute http-equiv on element meta. | 1 |
| 18. | error | A document must not include more than one meta element with a http-equiv attribute whose value is content-type. | 1 |
| 19. | error | Bad value for attribute action on element form: Must be non-empty. | 1 |
| 20. | error | Attribute 'value not allowed on element input at this point. | 1 |
| 21. | error | Saw ' when expecting an attribute name. Probable cause: = missing immediately before. | 1 |
| 22. | error | Attribute type not allowed on element img at this point. | 1 |
| 23. | error | Duplicate ID lebenslauf. | 1 |
| 24. | warning | The valign attribute on the td element is obsolete. Use CSS instead. | 26 |
| 25. | warning | The align attribute on the td element is obsolete. Use CSS instead. | 13 |
| 26. | warning | The align attribute on the div element is obsolete. Use CSS instead. | 4 |
| 27. | warning | The width attribute on the table element is obsolete. Use CSS instead. | 2 |
| 28. | warning | The type attribute is unnecessary for JavaScript resources. | 2 |
| 29. | warning | This document appears to be written in German. Consider adding lang="de" (or variant) to the html start tag. | 1 |
| 30. | warning | To set the document’s location as the action for a form, omit the action attribute. | 1 |
| 31. | warning | The first occurrence of ID lebenslauf was here. | 1 |
Details |
| Type | Message + Sample |
|
|---|
| 1 | error | Bad value /style.css?i=<?php echo time(); ?> for attribute href on element link: Illegal character in query. < is not allowed. |
|
| From line 6, column 2 to line 6, column 82 |
|
| </title>
<link rel='stylesheet' type='text/css' href='/style.css?i=<?php echo time(); ?>'>
<lin |
|
| 2 | error | Bad value expires for attribute http-equiv on element meta. |
|
| From line 8, column 2 to line 8, column 40 |
|
| av.gif'>
<meta http-equiv='expires' content='0'>
<met |
|
| 3 | error | Bad value cache-control for attribute http-equiv on element meta. |
|
| From line 9, column 2 to line 9, column 53 |
|
| ent='0'>
<meta http-equiv='cache-control' content='no-cache'>
<met |
|
| 4 | error | Bad value pragma for attribute http-equiv on element meta. |
|
| From line 10, column 2 to line 10, column 46 |
|
| -cache'>
<meta http-equiv='pragma' content='no-cache'>
<met |
|
| 5 | error | Bad value language for attribute http-equiv on element meta. |
|
| From line 12, column 2 to line 12, column 42 |
|
| =UTF-8'>
<meta http-equiv='language' content='de'>
<met |
|
| 6 | error | Bad value Content-Security-Policy1 for attribute http-equiv on element meta. |
|
| From line 25, column 2 to line 25, column 116 |
|
| f9cwJE'>
<meta http-equiv='Content-Security-Policy1' content='default-src 'self'; script-src *; script-src 'unsafe-inline''>
<met |
|
| 7 | error | Attribute self'; not allowed on element meta at this point. |
|
| From line 25, column 2 to line 25, column 116 |
|
| f9cwJE'>
<meta http-equiv='Content-Security-Policy1' content='default-src 'self'; script-src *; script-src 'unsafe-inline''>
<met |
|
| 8 | error | Attribute script-src not allowed on element meta at this point. |
|
| From line 25, column 2 to line 25, column 116 |
|
| f9cwJE'>
<meta http-equiv='Content-Security-Policy1' content='default-src 'self'; script-src *; script-src 'unsafe-inline''>
<met |
|
| 9 | error | Attribute *; not allowed on element meta at this point. |
|
| From line 25, column 2 to line 25, column 116 |
|
| f9cwJE'>
<meta http-equiv='Content-Security-Policy1' content='default-src 'self'; script-src *; script-src 'unsafe-inline''>
<met |
|
| 10 | error | Attribute 'unsafe-inline'' not allowed on element meta at this point. |
|
| From line 25, column 2 to line 25, column 116 |
|
| f9cwJE'>
<meta http-equiv='Content-Security-Policy1' content='default-src 'self'; script-src *; script-src 'unsafe-inline''>
<met |
|
| 11 | error | No space between attributes. |
|
| From line 25, column 68 to line 25, column 68 |
|
| ='default-src 'self'; script-s |
|
| 12 | error | Quote ' in attribute name. Probable cause: Matching quote missing somewhere earlier. |
|
| From line 25, column 72 to line 25, column 72 |
|
| fault-src 'self'; script-src * |
|
| 13 | error | Duplicate attribute script-src. |
|
| From line 25, column 99 to line 25, column 99 |
|
| c *; script-src'unsafe-inline |
|
| 14 | error | Quote ' in attribute name. Probable cause: Matching quote missing somewhere earlier. |
|
| From line 25, column 100 to line 25, column 100 |
|
| *; script-src 'unsafe-inline' |
|
| 15 | error | Quote ' in attribute name. Probable cause: Matching quote missing somewhere earlier. |
|
| From line 25, column 114 to line 25, column 114 |
|
| 'unsafe-inline''>
<meta http |
|
| 16 | error | Quote ' in attribute name. Probable cause: Matching quote missing somewhere earlier. |
|
| From line 25, column 115 to line 25, column 115 |
|
| 'unsafe-inline''>
<meta http- |
|
| 17 | error | Bad value Access-Control-Allow-Origin1 for attribute http-equiv on element meta. |
|
| From line 26, column 2 to line 26, column 61 |
|
| nline''>
<meta http-equiv='Access-Control-Allow-Origin1' content='*'>
<met |
|
| 18 | error | A document must not include more than one meta element with a http-equiv attribute whose value is content-type. |
|
| From line 27, column 2 to line 27, column 70 |
|
| ent='*'>
<meta http-equiv='Content-type' content='text/html; charset=utf-8' />
<met |
|
| 19 | error | CSS: Parse Error. |
|
| From line 36, column 15 to line 36, column 18 |
|
| font-size:16px;
pa |
|
| 20 | error | CSS: align: Property align doesn't exist. |
|
| From line 135, column 8 to line 135, column 11 |
|
| x;
align:left;
}
# |
|
| 21 | error | CSS: align: Property align doesn't exist. |
|
| From line 140, column 8 to line 140, column 11 |
|
| x;
align:left;
}
u |
|
| 22 | error | CSS: Parse Error. |
|
| From line 165, column 22 to line 165, column 25 |
|
| 1px solid #333;
// |
|
| 23 | error | CSS: Parse Error. |
|
| From line 166, column 22 to line 166, column 28 |
|
| und-color:#ffffff;
}
d |
|
| 24 | error | CSS: Parse Error. |
|
| From line 190, column 24 to line 190, column 27 |
|
| 1px solid #333;
|
|
| 25 | error | CSS: Parse Error. |
|
| From line 191, column 24 to line 191, column 30 |
|
| und-color:#ffffff;
}
|
|
| 26 | error | Bad value for attribute action on element form: Must be non-empty. |
|
| From line 222, column 67 to line 222, column 96 |
|
| ng:10px;'><form action='' method='post'><p sty |
|
| 27 | error | Attribute 'value not allowed on element input at this point. |
|
| From line 222, column 208 to line 222, column 284 |
|
| ssen!)</p><input type='hidden' name='kontaktformular' id='kontaktformular' 'value='' /><texta |
|
| 28 | error | Saw ' when expecting an attribute name. Probable cause: = missing immediately before. |
|
| From line 222, column 273 to line 222, column 273 |
|
| ntaktformular' 'value='' /><te |
|
| 29 | error | Attribute type not allowed on element img at this point. |
|
| From line 228, column 1 to line 228, column 104 |
|
| r>
<br />
<img src='/imagek.php' type='image/png' style='width:180px;border:1px solid #000000;' alt='Countdown' />
<br / |
|
| 30 | error | Duplicate ID lebenslauf. |
|
| From line 325, column 1 to line 325, column 35 |
|
| en</div>
<table id='lebenslauf' width='80%'>
<tr> |
|
| 31 | error | A numeric character reference expanded to carriage return. |
|
| From line 391, column 61 to line 391, column 61 |
|
| chstellen. 

Ein Ang |
|
| 32 | error | A numeric character reference expanded to carriage return. |
|
| From line 392, column 5 to line 392, column 5 |
|
| len. 

Ein Angreifer |
|
| 33 | error | A numeric character reference expanded to carriage return. |
|
| From line 393, column 178 to line 393, column 178 |
|
| chzuführen.

Einige |
|
| 34 | error | A numeric character reference expanded to carriage return. |
|
| From line 394, column 5 to line 394, column 5 |
|
| hren.

Einige dieser |
|
| 35 | error | A numeric character reference expanded to carriage return. |
|
| From line 401, column 70 to line 401, column 70 |
|
| ür Android.

Ein Ang |
|
| 36 | error | A numeric character reference expanded to carriage return. |
|
| From line 402, column 5 to line 402, column 5 |
|
| roid.

Ein Angreifer |
|
| 37 | warning | This document appears to be written in German. Consider adding lang="de" (or variant) to the html start tag. |
|
| From line 2, column 16 to line 3, column 6 |
|
| TYPE HTML>
<html>
<head |
|
| 38 | warning | To set the document’s location as the action for a form, omit the action attribute. |
|
| From line 222, column 67 to line 222, column 96 |
|
| ng:10px;'><form action='' method='post'><p sty |
|
| 39 | warning | The align attribute on the div element is obsolete. Use CSS instead. |
|
| From line 222, column 645 to line 222, column 664 |
|
| orm></div><div align="center">
<br / |
|
| 40 | warning | The align attribute on the div element is obsolete. Use CSS instead. |
|
| From line 274, column 1 to line 274, column 44 |
|
| sten k2'>
<div align="center" style='min-height:5em;'>
<div |
|
| 41 | warning | The width attribute on the table element is obsolete. Use CSS instead. |
|
| From line 277, column 1 to line 277, column 35 |
|
| ng</div>
<table id='lebenslauf' width='80%'>
<tr> |
|
| 42 | warning | The first occurrence of ID lebenslauf was here. |
|
| From line 277, column 1 to line 277, column 35 |
|
| ng</div>
<table id='lebenslauf' width='80%'>
<tr> |
|
| 43 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 279, column 5 to line 280, column 94 |
|
| 0%'>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>bis&nb |
|
| 44 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 279, column 5 to line 280, column 94 |
|
| 0%'>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>bis&nb |
|
| 45 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 280, column 113 to line 281, column 43 |
|
| ;2004</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 46 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 288, column 5 to line 289, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>1996-2 |
|
| 47 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 288, column 5 to line 289, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>1996-2 |
|
| 48 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 289, column 109 to line 290, column 43 |
|
| -2009</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 49 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 300, column 5 to line 301, column 94 |
|
| tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2009-2 |
|
| 50 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 300, column 5 to line 301, column 94 |
|
| tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2009-2 |
|
| 51 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 301, column 109 to line 302, column 43 |
|
| -2024</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 52 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 310, column 5 to line 311, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 53 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 310, column 5 to line 311, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 54 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 311, column 109 to line 312, column 43 |
|
| 2025</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 55 | warning | The align attribute on the div element is obsolete. Use CSS instead. |
|
| From line 322, column 1 to line 322, column 44 |
|
| sten k2'>
<div align="center" style='min-height:5em;'>
<div |
|
| 56 | warning | The width attribute on the table element is obsolete. Use CSS instead. |
|
| From line 325, column 1 to line 325, column 35 |
|
| en</div>
<table id='lebenslauf' width='80%'>
<tr> |
|
| 57 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 327, column 5 to line 328, column 94 |
|
| 0%'>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>1985-2 |
|
| 58 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 327, column 5 to line 328, column 94 |
|
| 0%'>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>1985-2 |
|
| 59 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 328, column 109 to line 329, column 43 |
|
| -2000</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 60 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 335, column 5 to line 336, column 94 |
|
| /ul>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2000</ |
|
| 61 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 335, column 5 to line 336, column 94 |
|
| /ul>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2000</ |
|
| 62 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 336, column 104 to line 337, column 43 |
|
| >2000</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 63 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 339, column 5 to line 340, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2002-2 |
|
| 64 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 339, column 5 to line 340, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2002-2 |
|
| 65 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 340, column 109 to line 341, column 43 |
|
| -2008</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 66 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 344, column 5 to line 345, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2008-2 |
|
| 67 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 344, column 5 to line 345, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2008-2 |
|
| 68 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 345, column 109 to line 346, column 43 |
|
| -2012</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 69 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 348, column 5 to line 349, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2009</ |
|
| 70 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 348, column 5 to line 349, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>2009</ |
|
| 71 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 349, column 104 to line 350, column 43 |
|
| >2009</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 72 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 352, column 5 to line 353, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 73 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 352, column 5 to line 353, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 74 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 353, column 109 to line 354, column 43 |
|
| 2003</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 75 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 356, column 5 to line 357, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 76 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 356, column 5 to line 357, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 77 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 357, column 109 to line 358, column 43 |
|
| 2008</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 78 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 360, column 5 to line 361, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 79 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 360, column 5 to line 361, column 94 |
|
| /tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 80 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 361, column 109 to line 362, column 43 |
|
| 2008</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 81 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 366, column 5 to line 367, column 94 |
|
| tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 82 | warning | The align attribute on the td element is obsolete. Use CSS instead. |
|
| From line 366, column 5 to line 367, column 94 |
|
| tr>
<tr>
<td valign='top' align='center' style='padding-top:10px;text-align:right;white-space:nowrap;'>seit 2 |
|
| 83 | warning | The valign attribute on the td element is obsolete. Use CSS instead. |
|
| From line 367, column 109 to line 368, column 43 |
|
| 2016</td>
<td valign='top' style='padding-top:10px;'><span |
|
| 84 | warning | The align attribute on the div element is obsolete. Use CSS instead. |
|
| From line 378, column 1 to line 378, column 60 |
|
| sten k2'>
<div align="center" style='min-height:5em;text-align:left;'>
<div |
|
| 85 | warning | The type attribute is unnecessary for JavaScript resources. |
|
| From line 413, column 1 to line 413, column 31 |
|
| </div>
<script type='text/javascript'> |
|
| 86 | warning | The type attribute is unnecessary for JavaScript resources. |
|
| From line 440, column 1 to line 440, column 31 |
|
| >
</div>
<script type='text/javascript'>
docum |
|