Code Monkey home page Code Monkey logo

htmlrecipes's Introduction

htmlrecipes's People

Contributors

5t3ph avatar eclectic-coding avatar mrtrimble avatar mwdelaney avatar saptaks 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  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  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

htmlrecipes's Issues

Figure pattern missing alt description on image

if an image is the primary content of a figure then it needs to be given alternative text. giving it an empty alt will not expose the graphic to AT, essentially creating a figure with a figcaption that captions 'nothing'.

Being this is an example of auto-generating dinosaur photos, maybe add an alt indicating that, or nondescript "alternative text goes here", or something like that?

Blockquote pattern

Hi Stephanie, great idea & content! I learned about role='list' on <ul>.

I was recently curious about blockquote patterns and it seems that the recommendations have changed and the WHATWG HTML spec is not recommending <footer> in <blockquote> anymore, but rather something like:

<figure>
  <blockquote>quote</blockquote>
  <figcaption>โ€” <cite>author</cite></figcaption>
</figure>

Remove misuse of hr element from article pattern

the article pattern includes instances of the hr element prior to the h3s.

an hr represents a paragraph-level shift in topic, so it is both unnecessary and incorrect to use it prior to a heading, which already signifies a topic level change by implicitly defining a new section in the document outline.

Ideally this pattern would be instead using CSS to provide this visual flourish.

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.