Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML element is depreciated or obsolete #3942

Closed
StephDriver opened this issue Jan 31, 2024 · 1 comment
Closed

HTML element is depreciated or obsolete #3942

StephDriver opened this issue Jan 31, 2024 · 1 comment
Labels
a11y Issues that relate to acessibility

Comments

@StephDriver
Copy link
Contributor

some pages still use html font tag instead of CSS.

This is likely due to copy/pasting of text from a word processor which then specified all the styles.

example

https://www.iastatedigitalpress.com/itaa/article/id/13790/

<font face="Times New Roman, serif">
<span style="font-size: 14.6667px;">  </span>
</font>

this should be fixed in the new bleachfield work, going forward, but it runs on the 'save' function, so when this new feature is added we need to run it across all previously saved text that it will now apply to (e.g. article titles, abstracts).

@StephDriver StephDriver added the a11y Issues that relate to acessibility label Feb 2, 2024
@ajrbyers
Copy link
Member

With TinyMCE and BleachField changes this wont be an issue going forward.

#3983

@StephDriver StephDriver added this to the A11y Phase 1 milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Issues that relate to acessibility
Projects
Status: Done
Development

No branches or pull requests

2 participants