Witam. Mam problem z walidacją W3C w Quick.CMS. Walidator wywala taki tekst:
end tag for X omitted, but OMITTAG NO was specified You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Line 161, column 7: end tag for "head" omitted, but OMITTAG NO was specified </html> document type does not allow element X here The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Line 30, column 18: document type does not allow element "body" here </style><body> end tag for X which is not finished Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.
Line 161, column 7: end tag for "html" which is not finished </html>
Przeglądałem plik container.tpl i za czorta nie mogę się dopatrzeć błędu. Adres strony to: www.powiatlipsko.pl Może ktoś miał takie cuś?
Witam ponownie. Dłubię już ten problem od 2 tygodni i nic. Przepuściłem stronę przez walidator http://www.validator.utilitia.pl/. Nie mogę pozbyć się ostrzeżeń : [Ostrzeżenie] Wyróżnienia: Element nie jest objęty dodatkowym znacznikiem http://www.powiatlipsko.pl · linia: 72 ,kolumna: 16 Istotne elementy powinny być wyróżnione oraz objęte dodatkowym znacznikiem. Przetestowałem czysty Quick.CMS 3.2 oraz Quick.CMS 4.0 rc1 i jest to samo. Zależy mi aby przejść test na 10. Strona została poddana audytowi w ramach projektu: „Wsparcie osób niepełnosprawnych w swobodnym dostępie do informacji i usług zamieszczonych w Internecie” Większość błędów poprawiłem a te wyróżnienia nadal są. Może ktoś bieglejszy spróbuje a pożytek będzie dla wszystkich.
Mam tylko te dwa ostrzeżenia z wyróżnieniem. Pozostałe poprawiłem. Według tego walidatora istotne elementy powinny być wyróżnione oraz objęte dodatkowym znacznikiem i oczekuje znaczników przed oraz po <div id="menu3">...</div>. Zostały mi tylko te dwa problemy.
Witam ponownie. Czy nikt nie pomoże? O co chodzi z tym wyróznieniem? Szkoda, chciałbym aby jak najwięcej stron spełniało wymogi i pozwalało osobom dysfukcyjnym na pełne korzystanie z internetu. Nadmieniam, że w teście Quick.CMS zostal pochwalony za dostepmość "...Trudno ukryć, że jest to zasługa użycia dobrego systemu CMS...". Ale te wyróżnienia... walidator chce wyróżnienia menu3. Próbowałem znaczników em ale nic to nie daje. Może się ktoś nad tym pochyli bo tak jak pisałem występuje problem we wszystkich wersjach Quick.CMS.
Tak jest 10/10 w przypadku podstawowej wersji walidatora. Po zarejestrowaniu możesz sprawdzić rozszerzoną wersją i wtedy dopiero sprawdza wyróżnienia. Do openzibi - orginalny W3C nie sprawdza wszystkiego pod kątem zgodności z WCAG 2.0 .Pozdrawiam.