Beiträge von ilsignore

    Fehler bei W3C Prüfung

    Jetzt habe ich doch noch einen Fehler gefunden und zwar immer bei den Tags wird folgender Fehler ausgegeben:

    Line 124, Column 10: end tag for "ul" which is not finished
    </ul>Die Zeile habe ich im Template sidebar.php gefunden. Was muss ich da jetzt ändern?

    Guten Morgen!
    Es steht im Kommentarformular. Nachfolgend ein Auszugs aus dem Code, beanstandet wird "true" In Zeile 94.

    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]div[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]id[/COLOR][COLOR=#0000ff]="respond">[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]h3[/COLOR][COLOR=#0000ff]>[/COLOR]Hinterlasse eine Antwort[COLOR=#0000ff]</[/COLOR][COLOR=#800000]h3[/COLOR][COLOR=#0000ff]>[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]div[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]id[/COLOR][COLOR=#0000ff]="cancel-comment-reply">[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]small[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]a[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]rel[/COLOR][COLOR=#0000ff]="nofollow" [/COLOR][COLOR=#ff0000]id[/COLOR][COLOR=#0000ff]="cancel-comment-reply-link" [/COLOR][COLOR=#ff0000]href[/COLOR][COLOR=#0000ff]="/2010/01/rahmengenaehte-herrenschuhe/#respond" [/COLOR][COLOR=#ff0000]style[/COLOR][COLOR=#0000ff]="display:none;">[/COLOR]Hier klicken, um die Antwort abzubrechen.[COLOR=#0000ff]</[/COLOR][COLOR=#800000]a[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#800000]small[/COLOR][COLOR=#0000ff]>[/COLOR]


    [COLOR=#0000ff]</[/COLOR][COLOR=#800000]div[/COLOR][COLOR=#0000ff]>[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]form[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]action[/COLOR][COLOR=#0000ff]="http://www.herrenschuheblog.de/wp-comments-post.php" [/COLOR][COLOR=#ff0000]method[/COLOR][COLOR=#0000ff]="post" [/COLOR][COLOR=#ff0000]id[/COLOR][COLOR=#0000ff]="commentform">[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]p[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]input[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]type[/COLOR][COLOR=#0000ff]="text" [/COLOR][COLOR=#ff0000]name[/COLOR][COLOR=#0000ff]="author" [/COLOR][COLOR=#ff0000]id[/COLOR][COLOR=#0000ff]="author" [/COLOR][COLOR=#ff0000]value[/COLOR][COLOR=#0000ff]="" [/COLOR][COLOR=#ff0000]size[/COLOR][COLOR=#0000ff]="22" [/COLOR][COLOR=#ff0000]tabindex[/COLOR][COLOR=#0000ff]="1" [/COLOR][COLOR=#ff0000]aria-required[/COLOR][COLOR=#0000ff]='true' />[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]label[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]for[/COLOR][COLOR=#0000ff]="author">[/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]small[/COLOR][COLOR=#0000ff]>[/COLOR]Name (erforderlich)[COLOR=#0000ff]</[/COLOR][COLOR=#800000]small[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#800000]label[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#800000]p[/COLOR][COLOR=#0000ff]>[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]p[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]input[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]type[/COLOR][COLOR=#0000ff]="text" [/COLOR][COLOR=#ff0000]name[/COLOR][COLOR=#0000ff]="email" [/COLOR][COLOR=#ff0000]id[/COLOR][COLOR=#0000ff]="email" [/COLOR][COLOR=#ff0000]value[/COLOR][COLOR=#0000ff]="" [/COLOR][COLOR=#ff0000]size[/COLOR][COLOR=#0000ff]="22" [/COLOR][COLOR=#ff0000]tabindex[/COLOR][COLOR=#0000ff]="2" [/COLOR][COLOR=#ff0000]aria-required[/COLOR][COLOR=#0000ff]='true' />[/COLOR]


    [COLOR=#0000ff]<[/COLOR][COLOR=#800000]label[/COLOR][COLOR=#0000ff] [/COLOR][COLOR=#ff0000]for[/COLOR][COLOR=#0000ff]="email">[/COLOR][COLOR=#0000ff]<[/COLOR][COLOR=#800000]small[/COLOR][COLOR=#0000ff]>[/COLOR]E-Mail (wird nicht ver[COLOR=#ff0000]&ouml;[/COLOR]ffentlicht) (erforderlich)[COLOR=#0000ff]</[/COLOR][COLOR=#800000]small[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#800000]label[/COLOR][COLOR=#0000ff]>[/COLOR][COLOR=#0000ff]</[/COLOR][COLOR=#800000]p[/COLOR][COLOR=#0000ff]>[/COLOR]

    Beim Überprüfen der einzelnen Seiten der Beiträge im Blog mit dem W3C Validator wird folgender Fehler ausgewiesen (XHTML 1.0 Transitional) :

    Line 94, Column 95: Attribute "aria-required" is not a valid attribute
    …ize="22" tabindex="1" aria-required='true' />

    In welchem Template muss ich was genau ändern, um den Fehler zur beheben?

    Danke, das habe ich jetzt verstanden und gemacht. Ich habe jetzt nur noch einen Fehler zu beseitigen:

    Line 156, Column 16: Attribute "role" is not a valid attribute. Did you mean "frameborder" or "scrolling"?
    <form role="search" method="get" id="searchform" action="http://www.

    Ich habe schon alle Themes im Backend von WP durchsucht, aber nichts gefunden. In welchen Theme ist die Zeile 156 untergebracht?

    Ich habe in den letzten Tagen die meisten W3C Fehler selbst korrigieren können, aber jetzt komme ich nicht mehr weiter. Vielleicht kann mir jemand weiterhelfen?

    1. Line 52, Column 45: Attribute "role" is not a valid attribute. Did you mean "frameborder" or "scrolling"?

    <div id="content" class="narrowcolumn" role="main">

    2. Line 158, Column 16: Attribute "role" is not a valid attribute. Did you mean "frameborder" or "scrolling"? <form role="search" method="get" id="searchform" action="http://www.herrensc