bulma/docs/documentation
Muhannad Abdelrazek c112e15c9a A11y: Enhance card example (#953)
The card needs more enhancements but I need more help to determine the perfect solution for it.

the issue we face is:
- the markup needs to change and when to change the markup the style needs to change to be suitable for it.
example:
`
  <a href="#" class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </a>
 <a href="#" class="card-footer-item">Save</a>
 <a href="#" class="card-footer-item">Edit</a>
 <a href="#" class="card-footer-item">Delete</a>
`
should be:
`
  <button class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </button>
<button class="card-footer-item">Save</button>
<button  class="card-footer-item">Edit</button>
<button class="card-footer-item">Delete</button>
`
when I do that the style change and when I use the `button` class name the style change also, so you need to try it and edit the style as you need to card show to people.

- I replaced the <small> with <time> but the time does not have the same `font-size` so you maybe need to set `font-size` to time
2017-09-09 12:33:25 +02:00
..
columns Include example of widescreen and fullhd modifiers (#1129) 2017-09-09 12:22:38 +02:00
components A11y: Enhance card example (#953) 2017-09-09 12:33:25 +02:00
elements Typo fix on button page (#1158) 2017-09-06 00:09:41 +02:00
form Textarea snippets 2017-09-01 10:16:16 +02:00
grid Add redirects 2017-08-15 00:01:34 +01:00
layout Create snippet component 2017-09-01 10:16:16 +02:00
modifiers Create snippet component 2017-09-01 10:16:16 +02:00
overview Create snippet component 2017-09-01 10:16:16 +02:00