Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 561591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:27:56+00:00 2026-05-13T12:27:56+00:00

for example what is the accessible way to code this design. alt text http://easycaptures.com/fs/uploaded/220/0715108922.png

  • 0

for example what is the accessible way to code this design.

alt text http://easycaptures.com/fs/uploaded/220/0715108922.png

currently my company’s CMS producing this HTML for this design

<div id="presentationsContainer">
        <div class="ItemsContainer">
            <div class="presentationsItemContainer">
                <div class="TitleContainer">
                    Presentation October 2009</div>
                <div class="MediaContainer">
                    <a target="_blank" href="Presentation.ppt">Download PPT </a>
                </div>
            </div>
            <div class="presentations">
                <div class="TitleContainer">
                    May 2009</div>
                <div class="MediaContainer">
                    <a target="_blank" href="2009.ppt">Download PPT </a>
                </div>
            </div>
            <div class="presentations">
                <div class="TitleContainer">
                    March 2009</div>
                <div class="MediaContainer">
                    <a target="_blank" href="2009.ppt">Download PPT </a>
                </div>
            </div>
            <div class="presentations">
                <div class="TitleContainer">
                    Results Presentation September 2008</div>
                <div class="MediaContainer">
                    <a target="_blank" href="2008.ppt">Download PPT </a>
                </div>
            </div>
        </div>
    </div>

like <table> is not good for screen reader user then what will happen to screen user with lots of non semantic div tags are both will create problem for screen reader user or non semantic div creates less problem than properly markup

What should be use for accessibility and if css would be disabled then which code technique will keep understandable formatting?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:27:56+00:00Added an answer on May 13, 2026 at 12:27 pm

    IMO any of the 3 ways is fine. I could argue any one of them to be better then the other 2.

    Myself would go with the list just because its less code when I’m looking at it.

    <ul id="presentationsContainer">
        <li>
            Presentation October 2009
            <span><a target="_blank" href="Presentation.ppt">Download PPT </a></span>
            <span><a target="_blank" href="Presentation.ppt">Download PPT </a></span>
        </li>
        <li>
            Presentation October 2009
            <span><a target="_blank" href="Presentation.ppt">Download PPT </a></span>
            <span><a target="_blank" href="Presentation.ppt">Download PPT </a></span>
        </li>
        <li>
            Presentation October 2009
            <span><a target="_blank" href="Presentation.ppt">Download PPT </a></span>
            <span><a target="_blank" href="Presentation.ppt">Download PPT </a></span>
        </li>
    </ul>
    

    [EDIT] Adding the additional download ppt can still be done by just adding another span to each li. I am assuming that to get the pdf download your floating the span to the right and giving it a width. This way adding another column is not any more css code. Hell you could even remove the span and add that style to the a tag. assuming no links are in that first column.

    However if you want to change it to a table (which may be a better choice with more columns) you can just do something like this: you can already see how much more code there is to look through though.

    <table id="presentationsContainer">
      <tr>
        <td class="main" width="60%">Presentation October 2009</td>
        <td class="dl" width="20%">Download pdf</td>
        <td class="dl" width="20%">Download ppt</td>
      </tr>
      <tr>
        <td class="main" width="60%">Presentation October 2009</td>
        <td class="dl" width="20%">Download pdf</td>
        <td class="dl" width="20%">Download ppt</td>
      </tr>
      <tr>
        <td class="main" width="60%">Presentation October 2009</td>
        <td class="dl" width="20%">Download pdf</td>
        <td class="dl" width="20%">Download ppt</td>
      </tr>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a URL that is like the following: http://www.example.com/client/project/subdirectory/value/ I would like like
I'm trying to use this chart generator from http://htmldrive.net/items/show/792/Rare-Accessible-charts-using-jQuery-and-HTML5.html Here's the code which loads
This is mostly a philosophical question about the best way to interpret the HTTP
I was often wondering about the right way to do this: For example, in
I'm interested in finding a way to enumerate all accessible devices on the local
Sorry, I don't have the exact code with me, but hopefully this works with
I am using the Cancan accessible_by to retrieve a ActiveRecord::Relation result (example code below).
I've recently been working with someone else's code and I realized that this individual
I'm trying to create an object with embedded attributes for testing. This example uses
Is there a way to force methods to be accessible only during certain events

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.