Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Functional - Web - Why is Word Split with No hyphen #124

Open
jfc3-dol opened this issue Aug 7, 2018 · 2 comments
Open

Functional - Web - Why is Word Split with No hyphen #124

jfc3-dol opened this issue Aug 7, 2018 · 2 comments

Comments

@jfc3-dol
Copy link

jfc3-dol commented Aug 7, 2018

While testing JAWS with IE 11, I noticed on the Step 4 page under "Key Terms" section the word "operations" is split over two lines and is not using a hyphen. Plus, it's split weirdly is why I noticed it.

Please see the screenshot below.

complychain - steps - step 4 why is word split and not using a hyphen

@ghost
Copy link

ghost commented Aug 7, 2018

It is doing this in Firefox and IE but displaying fine on Chrome...
I will look into this anomaly

@jfc3-dol
Copy link
Author

jfc3-dol commented Aug 8, 2018

The following CSS is inline at line 225 or it could be something else similar.

li.my-step-splash {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
}

Could the problem be some kind of CSS wrapping thing that only works in Chrome? Because I see what you mean, that is works in Chrome but not Firefox or IE 11.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant