tiff / wysihtml5

Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
http://xing.github.com/wysihtml5/
MIT License
6.5k stars 1k forks source link

Font-Size not Overriding #556

Closed fr0sty99 closed 6 years ago

fr0sty99 commented 7 years ago

Hello, I recently asked this question on stackoverflow and got now answer.

I have written a small web-app where you can edit documents via the wysihtml5 Editor, like on this site: demo

after a few problems, quite everything worked fine, but now i recognized that when i change the font-size to 20 and put it back to 14 it still stays on font size 20 and both html-tags are used. Like this:

used font-size 20 at first. after i used 16, it still stays on 20.

Anyone a clue what it could be?

original post: overflow-question

EvanBurbidge commented 7 years ago

The demo link doesn't seem to be working. Getting a 404 page.