Dotclear


Ignore:
Timestamp:
12/08/13 14:29:45 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Switch all templates to HTML5, step 2, ARIA roles implemented, plugins use tplset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/mustek/post.html

    r2602 r2603  
    5252<div id="wrapper"> 
    5353 
    54 <div id="main"> 
     54<div id="main" role="main"> 
    5555  <div id="content"> 
    5656 
     
    6464  </p> 
    6565 
    66   <div id="p{{tpl:EntryID}}" class="post"> 
     66  <div id="p{{tpl:EntryID}}" class="post" role="article"> 
    6767    <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 
    6868 
     
    164164 
    165165    <!-- # Comment form --> 
    166     <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form"> 
     166    <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form"> 
    167167      <tpl:IfCommentPreview> 
    168168        <div id="pr"> 
     
    257257</div> <!-- End #main --> 
    258258 
    259 <div id="sidebar"> 
     259<div id="sidebar" role="complementary"> 
    260260  <div id="blognav"> 
    261261    {{tpl:Widgets type="nav"}} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map