necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.32k stars 10.66k forks source link

sup,sub style breaks copy paste to google docs #832

Open apflieger opened 3 years ago

apflieger commented 3 years ago

Hello,

I found that when copy paste some html, <sup>/<sub> formatting is broken on google doc. It seems to come from the vertical-align: baseline rule. I guess google docs interpret this css value for sub and super only, and let baseline for all other values.

I doubt this to be part as the goal of this projet but at least it's worth mentioning. Note that this rule is now 11 years old or something.