janeway icon indicating copy to clipboard operation
janeway copied to clipboard

HTML element is depreciated or obsolete

Open StephDriver opened this issue 1 year ago • 0 comments

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 avatar Jan 31 '24 12:01 StephDriver