These forums are currently read-only due to receiving more spam than actual discussion. Sorry.

It is currently Sat Dec 02, 2017 4:03 pm Advanced search

Feedback on structure and uses of aside

Here you can discuss things related to HTML and the Web in general that do not fit in to other categories.

Feedback on structure and uses of aside

Postby alebenson » Fri Jan 08, 2010 9:34 pm

Hi there people. I'm trying to build an structure for a blog post and then a blog. Some time ago i red somthing about the new tags on html and seems ver friendly and organized. Now im starting to code with the html5 in mind. Read a lot of guides and tutorials. And finally end up with this code.
i would really apreciate your opinion. I think all seems logic until i get to the <aside> tag. I think the sharing and related part of the post, as well as the comments, are "tangentially related" to the article they are not part of it. What do you think?

Code: Select all
<article id="post-77">

   <header>
      <h1 id="title"></h1>
      <span id="author"></span>
      <time></time>
   </header>
   
   <div id="content">
      <p></p>
   </div>
   
   <footer>
      <div id="category"></div>
      <div id="tags"></div>
      <div id="comment_link"></div>
   </footer>
   
   <aside id="share">
      <ul>
         <li></li>
         <li></li>
         <li></li>
      </ul>
   </aside>
   
   <aside id="related_post">
      <ul>
         <li></li>
         <li></li>
         <li></li>
      </ul>
   </aside>
   
   <aside id="comments">
   
      <article id="comment-1">
         <header>
            <span id="author"></span>
         </header>
         <div id="content">
            <p></p>
         </div>
      </article>

      <article id="comment-2">
         <header>
            <span id="author"></span>
         </header>
         <div id="content">
            <p></p>
         </div>
      </article>

      <article id="comment-3">
         <header>
            <span id="author"></span>
         </header>
         <div id="content">
            <p></p>
         </div>
      </article>

   </aside>

</article>
alebenson
<h6>
 
Posts: 1
Joined: Fri Jan 08, 2010 9:03 pm
Location: Argentina

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest