przez Ender » 29 maja 2013, o 21:23
Powyższy problem jest już nieaktualny, w kodzie brakowało z jednej strony znaku cudzysłowu, było =utf-8". Ale dlaczego pajączek tego nie wyłapał?
Jest kolejny problem. Po poprawieniu błędu znowu poddałem to sprawdzeniu. Podaję cały kod:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Creation-date" content="2013-05-29T20:14:11Z" />
<meta http-equiv="Reply-to" content="admin" />
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<meta name="Author" content="Wojciech Figlarski" />
<meta name="Robots" content="ALL" />
</head>
<body>
Pajączek twierdzi, że jest ok.
A walidator W3C wyrzuca 3 błędy:
Validation Output: 3 Errors
1. Line 5, Column 66: Bad value Creation-date for attribute http-equiv on element meta.
<meta http-equiv="Creation-date" content="2013-05-29T20:14:11Z" />
✉
2. Line 6, Column 46: Bad value Reply-to for attribute http-equiv on element meta.
<meta http-equiv="Reply-to" content="admin" />
✉
3. Line 11, Column 7: Element head is missing a required instance of child element title.
</head>
Content model for element head:
If the document is an iframe srcdoc document or if title information is available from a higher-level protocol: Zero or more elements of metadata content.
Otherwise: One or more elements of metadata content, of which exactly one is a title element.
O co chodzi?