The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Does HTML <i> Tag effect the screen reader, Beginner to HMTL
ahnam
post Apr 7 2021, 05:35 AM
Post #1





Group: Members
Posts: 8
Joined: 7-April 21
Member No.: 27,885



Based on the following commend "The <i> tag defines a part of text in an alternate voice or mood"
does this means that the <i> tag effect the screen reader like <em> tag does?

If yes:

Does is effect HTML or something else in the background if you used <em> or <i> tag.

If not:

then <i> tag and <city> tag looks the same.
Does is effect HTML or something else in the background if you used <city> or <i> tag.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 7 2021, 07:09 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Not my forte, but this girl seems to know what she talks about.
https://support.siteimprove.com/hc/en-gb/ar...lic-vs-Emphasis
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Apr 7 2021, 07:45 AM
Post #3


.
********

Group: WDG Moderators
Posts: 9,648
Joined: 10-August 06
Member No.: 7



QUOTE(ahnam @ Apr 7 2021, 12:35 PM) *

Based on the following commend "The <i> tag defines a part of text in an alternate voice or mood"
does this means that the <i> tag effect the screen reader like <em> tag does?

I have no experience with screen readers, but I think the I element could/should make the voice change, but not in the exact same way as an EM element.

(Side-note: "tags" are the parts that start and end an element. For example, <i> is the start tag of the I element, and </i> its end tag.)

QUOTE
If yes:

Does is effect HTML or something else in the background if you used <em> or <i> tag.

If not:

then <i> tag and <city> tag looks the same.
Does is effect HTML or something else in the background if you used <city> or <i> tag.

I, EM and CITE use the same default styling (italicized text) in screen browsers, but their semantic meanings are different:

https://html.spec.whatwg.org/multipage/text...l#the-i-element
https://html.spec.whatwg.org/multipage/text...#the-em-element
https://html.spec.whatwg.org/multipage/text...he-cite-element

Semantic meaning could make screen readers or search engine bots treat the content differently. If you just want some text to look italicized on screen for decoration (without any special semantic meaning) you could style an element with CSS:

CODE
div {font-style: italic;}


User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ahnam
post Apr 7 2021, 08:00 AM
Post #4





Group: Members
Posts: 8
Joined: 7-April 21
Member No.: 27,885



Thanks you very much Pandy and Christian J. Your feedback is much appreciated.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 7 2021, 08:07 AM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(Christian J @ Apr 7 2021, 02:45 PM) *

I have no experience with screen readers, but I think the I element could/should make the voice change, but not in the exact same way as an EM element.


So think I, but according to the article I linked to most screen readers don't behave as we think they should.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Apr 7 2021, 09:26 PM
Post #6


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE(pandy @ Apr 7 2021, 05:07 AM) *
So think I, but according to the article I linked to most screen readers don't behave as we think they should.
Simplicity counts for a lot. For example, older versions of braille didn't distinguish between boldface, italics, underline, etc. They were all indicated by the same braille symbol. The most recent version of braille (UEB) does distinguish between them, but at the expense of compactness.

For screen readers, keep in mind that many users have the speech cranked up faster than normal human speech, perhaps even twice as fast. Subtleties like different voices for different markup are lost. The point is usually to get through the content efficiently, not to dwell on every minor nuance.

Also, screen readers tend to be configurable. Many users keep it in a minimalist setting for efficiency sake, unless they really need to switch into a slower, more detailed/verbose setting.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 8 2021, 05:25 AM
Post #7


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



That's interesting. I downloaded some screen reader or other many years ago when I was interested in this. I don't think it had many settings at all. But of course things have moved forward in this area too.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Apr 8 2021, 06:42 AM
Post #8


.
********

Group: WDG Moderators
Posts: 9,648
Joined: 10-August 06
Member No.: 7



QUOTE(Darin McGrew @ Apr 8 2021, 04:26 AM) *

For screen readers, keep in mind that many users have the speech cranked up faster than normal human speech, perhaps even twice as fast. Subtleties like different voices for different markup are lost. The point is usually to get through the content efficiently, not to dwell on every minor nuance.

Sounds like we're wasting our time applying semantic markup, if not even the screen reader users care. sad.gif
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 8 2021, 07:07 AM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Sounds like they care sometimes.

It doesn't matter really. I see it as a principle. If it's there it can be used by those that want or need to use it. The semantic bit, I mean. It's worse with the specific advice for for example the visually impaired. It changes and I can't keep up.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 10:55 AM