It's already exposed unprefixed externally, let's reflect this internally as well. Makes it easier to remove prefixed versions later on if needed, and it's also less confusing when going through the CSSProperties.json file.
Created attachment 447803 [details] Patch
Created attachment 447806 [details] Patch
Committed r287356 (245498@trunk): <https://commits.webkit.org/245498@trunk>
<rdar://problem/86813136>
Test gardening for ios done in: https://commits.webkit.org/r287403
Comment on attachment 447806 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447806&action=review > Source/WebCore/style/StyleBuilderCustom.h:115 > - DECLARE_PROPERTY_CUSTOM_HANDLERS(WebkitTextEmphasisStyle); > + DECLARE_PROPERTY_CUSTOM_HANDLERS(TextEmphasisStyle); Should we sort this one?
(In reply to Darin Adler from comment #6) > Comment on attachment 447806 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=447806&action=review > > > Source/WebCore/style/StyleBuilderCustom.h:115 > > - DECLARE_PROPERTY_CUSTOM_HANDLERS(WebkitTextEmphasisStyle); > > + DECLARE_PROPERTY_CUSTOM_HANDLERS(TextEmphasisStyle); > > Should we sort this one? Fixed in https://commits.webkit.org/r287430