Giter Club home page Giter Club logo

responsible-web-apps's People

Contributors

chris-morgan avatar dtrower avatar joyheron avatar youngbrioche avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

responsible-web-apps's Issues

Use of obsolete <tt> elements

Part of having a responsive and accessible web app would include using the latest HTML standards. The <tt> element is obsolete in the HTML5 and WHATWG HTML recommendations/standards. Depending on what you were using the <tt> element for, would determine which element you would use. For keyboard input, use the <kbd> element; for variables, use the <var> element; for computer code, use the <code> element; and for computer output, use the <samp> element.

Verbosity doesn't necessarily make for good image alt text

The "Descriptive alt text for images" section mentions that:

...we should be verbose: we should use the alt to describe the picture visually for those users who cannot see it.

This statement actually seems to run counter to advice I've seen about alt texts in another article, "Alt-Texts: The Ultimate Guide", which says (among lots of other super helpful tips) that:

[A sighted user viewing an image] can also get the necessary information from the image at a glance, and that’s what we’re trying to achieve for users with screen readers as well. Give the necessary information in the alt-text, but make it as short and concise as possible.

Clarification of wording

In the aria-label and aria-labelledby section, the opening sentence says:

Sometimes we have visual elements which add information to the UI, but are missing in the UI.

I have read and re-read that several times and have failed to understand what it means. Perhaps a short example might help.

Thanks for a wonderful article by the way and apologies for accidentally submitting the issue before I'd even written the description.

Examples with Flexbox

Hi,

Thanks for detailed explanation with examples.

But, I have seen all examples only using CSS grids.

Can the same examples be showcased with CSS Flexbox too? Why because, CSS grids is not supported in IE-11 :(

Accessibility, add Meta-tags

Hello, thank you for the really good tips on that website :)

I would like to suggest to add some tips regarding meta tags for the SEO in accessibility section. Because they are also the important part of accessibility.

<h3 id="Accessibility-Seo">Adding meta tags<a href="#Accessibility-Seo" aria-label="Link to Adding meta tags"></a></h3>

Incorrect information on divs inside description lists.

Back in 2016, WHATWG added to the HTML spec the ability to include <div> elements inside of <dl> elements and later was ported by W3C into the HTML 5.2 Recommendation. As a result, the following markup is now allowed in HTML:

<dl>
    <div>
        <dt><cite>FBI</cite></dt>
        <dd><cite>FBI</cite>, a crime drama television program, centers around the inner workings of the New York field office of the FBI as they work major cases involving terrorism, kidnapping, organized crime, and counterintelligence.</dd>
    </div>
    <div>
        <dt><cite>Criminal Minds</cite></dt>
        <dd><cite>Criminal Minds</cite>, a police&#8211;procedural television program, follows profilers of the Behavioral Analysis Unit of the FBI as they profile the criminal unsub or &#8220;unknown subject&#8221;).</dd>
    </div>
    <div>
        <dt><cite>Bones</cite></dt>
        <dd><cite>Bones</cite>, a crime comedy&#8211;drama, features the joint efforts of FBI Special Agent Seeley Booth and forensic anthropologist Dr. Temperance &#8220;Bones&#8221; Brennan as they solve FBI crimes concerning human remains.  The characters use forensic anthropology and forensic archaeology in the course of solving the crimes.</dd>
    </div>
</dl>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.