Questions tagged [abbr]

An HTML element used to mark-up abbreviations (and acronyms in HTML5, too).

abbr is an HTML element used to mark-up abbreviations (and acronyms in HTML5, too).

Example:

<abbr title="et cetera">etc.</abbr>

Specifications

35 questions
2
votes
1 answer

and WCAG 2.0

Just wondering if someone can help me understand abbreviations in WCAG 2.0. In WCAG 1.0, you only needed to use abbr/acronym on the first element on the page of an abbreviation. Now in WCAG 2.0, Guideline 3.1.4 do you need to apply it to all…
Rywek
  • 143
  • 10
2
votes
1 answer

Is it possible to nest tag inside a title attribute?

This issue is about accessibility (508) compliance. I have a link with a title attribute that shows up in a tool tip. Within that tool tip is the abbreviation "Dr." In order to have a screen reader say "doctor" instead of "dur", I have to wrap…
LeraA
  • 241
  • 1
  • 4
  • 13
1
vote
2 answers

How do you view tags on mobile devices?

We often use the tag in HTML like this LOL When on PC, we hover our mouse long enough on LOL and the Laugh Out Loud tooltip(kinda thing) shows up. What do we do on PHONES to see the title of the
Broteen Das
  • 386
  • 4
  • 12
1
vote
1 answer

Hawaiian diacriticals

Should you use an aria label within an abbreviation? Example, UH is the abbreviation for University of Hawaiʻi. In locations where there is a use of diacritical marks, I am using an aria-label. But does it make sense to use the aria-label within the…
1
vote
1 answer

Is Microformat's date-value-pattern fully accessible?

Has there been an announcement (outside microformats.org) that the value-class-pattern is fully accessible? e.g. given this Tuesday, will a screen reader say "24 June 2008" or will it say "2008 dash 6…
Stephen
  • 19,488
  • 10
  • 62
  • 83
1
vote
1 answer

Hover text in table heading cell

Is there a semantically correct way of showing a tooltip in a table header cell that explains something about the column's data? My table looks like this: --------------------- | URL | Pageviews | --------------------- | url/1 | 5 / 20 …
cambraca
  • 27,014
  • 16
  • 68
  • 99
1
vote
3 answers

How can I select element that has specific value for 'abbr' attribute with jquery

Part of my html is :
Texti inside the div
Text outside the div any others I dont care about And I am trying to select "Text outside the div" which is inside…
mathinvalidnik
  • 1,566
  • 10
  • 35
  • 57
1
vote
1 answer

how to make proper selection through tag?

following is my xml code: world health organizationwho was founded in 1948. in above code i want xslt output as: who i wrote following XSLT code:
Arjun
  • 431
  • 2
  • 8
  • 21
0
votes
1 answer

Is there a way to set attribute with URL as a value to ABBR tag?

Is there a standards-compliant way to set attribute with URL as a value to ABBR tag? CSS I need something similar, but valid... It should NOT be…
Ken
  • 1,605
  • 3
  • 13
  • 20
0
votes
1 answer

Use the title= HTML attribute with RMarkdown

I am trying to understand if it is possible to insert the HTML title= attribute (not necessarily inside an tag) within an RMarkdown document (e.g. a blog post written through blogdown) From W3C: the title attribute specifies extra information…
0
votes
2 answers

Recoloring tag title in Bootstrap 4

I'm trying to style an abbr tag's title in Bootstrap 4. But I'm having troubles cause I can't find how to override bootstrap.css. Currently, I am doing this, but the tooltip is not changed: abbr[title]::after { /* content: " (" attr(title) ")";…
Penny Liu
  • 15,447
  • 5
  • 79
  • 98
0
votes
1 answer

Remove ellipsis from required fields

I am having trouble removing the ellipsis (3 dots) from my required input fields using CSS: If you go to the website and add something to the cart then go to the checkout page you will be able to inspect the current CSS we have, which is based on…
Benjamin
  • 697
  • 1
  • 8
  • 32
0
votes
1 answer

help: multiline abbr in linux vi?

Possible Duplicate: Writing a vim function to insert a block of static text How can i add multi line abbreviations in vi editor ? I am using vi from ssh terminal. if i type "head " the vi should replace "head" with 2 line sentence in the format…
basilbc
  • 69
  • 1
  • 1
  • 9
0
votes
2 answers

Get abbr inside element

I have this: L I need to access the abbr and change the innerHTML and title. How do I do that? I tried doing... jQuery('.day-heading mon > abbr'); but I can't modify the…
WhiteFloater
  • 137
  • 1
  • 1
  • 10
0
votes
1 answer

How to control abbr tag timing?

How to control abbr tag so that I can not only change the title but also the time, when the message in the title appears? Do I need to use php or js to do so?
Roland Jegorov
  • 789
  • 1
  • 11
  • 27