frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.73k stars 72 forks source link

missing '-webkit-padding-after' and '-webkit-padding-before' #184

Open Rykus0 opened 1 year ago

Rykus0 commented 1 year ago

Noted after applying autoprefixer

Probably also -webkit-margin-after and -webkit-margin-before as well

My guess is that these were ultimately dropped, which is why they're not included. If they won't be included in the library because of that, I totally understand. I just noticed these and wanted to bring them to your attention.

https://developer.mozilla.org/en-US/docs/Web/CSS/WebKit_Extensions#p

Some other references I found: (accepted answer includes dev tools screenshot) https://stackoverflow.com/questions/19963489/css3-padding-top-and-bottom-for-chrome-only https://opensource.apple.com/source/WebCore/WebCore-7536.30.2/css/html.css.auto.html