[webkit-dev] A couple more build flags to review
Michael Catanzaro
mcatanzaro at igalia.com
Tue Feb 20 11:09:42 PST 2018
Hi,
In https://bugs.webkit.org/show_bug.cgi?id=179989 we noticed a couple
build flags that it seems no port has enabled.
ENABLE_CSS3_TEXT looks to be support for text-align-last and
text-justify [1]. Seems to be only partically implemented in WebKit. I
guess this is the sort of thing that should probably be implemented
eventually, so probably makes sense to keep it around and disabled for
now.
There's also ENABLE_LINK_PREFETCH. Looks like this has a cross-platform
implementation, so I'm a bit surprised it is disabled everywhere. What
should be do with this?
Michael
[1] https://caniuse.com/#search=text-align
[2] https://caniuse.com/#search=prefetch
More information about the webkit-dev
mailing list