Code Monkey home page Code Monkey logo

Comments (2)

Brixy avatar Brixy commented on June 23, 2024 3

Hi and thanks for your recipes.

An addition: cite is used to reference the title of a creative work.

So this might be more correct:

Author only

<figure>
  <blockquote>quote</blockquote>
  <figcaption>— author</figcaption>
</figure>

Author name and title of creative work

<figure>
  <blockquote>quote</blockquote>
  <figcaption>— author, <cite>title of creative work</cite></figcaption>
</figure>

from htmlrecipes.

Stopa avatar Stopa commented on June 23, 2024

I came here to say just that!

Additionally, looking at the site, I was sondering if lorem ipsum is a good idea for placeholder text in these examples. Because they're focused on conveying the semantics and structure of information and lorem ipsum doesn't have those by design. For example, in the case of blockquote, "Laura Ipdo" reads like an author's name, but could just as well be the title of a work or anything else, so I wasn't sure if the pattern was conveyed correctly. An explanatory paragraph could help as well, but maybe having more "realistic" text in the patterns would help them speak for themselves?

Great resource, by the way, congrats on being included in the HTMHell advent calendar!

from htmlrecipes.

Related Issues (5)

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.