Visit Mozilla.org

Talk:Styling Abbreviations and Acronyms

From MDC

[edit] Two questions

1- The quotation in the first paragraph is, I believe, inappropriate.

The paragraph of the WCAG: "In addition to helping assistive technologies, natural language markup allows search engines to find key words and identify documents in a desired language. Natural language markup also improves readability of the Web for all people, including those with learning disabilities, cognitive disabilities, or people who are deaf."

he speaks natural language markup, referer to atribute lang not of title.

2 - the solution is:

abbr[title], acronym[title] {
    border-bottom-width: 0;
  }

why? would not it be better?:

abbr[title], acronym[title] {
    border-bottom: none; }

--Jorolo 17:31, 31 August 2006 (PDT)