Secure contexts: No. Just let parser support percentage value on `Opacity`
type.
Thanks.
Regards,
Boris Chiou
remi.g...@gmail.com
unread,
Jul 10, 2019, 3:19:21 AM7/10/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Why fixing something that isn't broken and a well established standard for something longer?
50% = five chars, .5 is two.
47.5% must be parsed and truncated, .47 is already in the right type.
Also, % values in CSS are most of the time based on the cascading or element scope related. If the parent element is already at opacity: .5, would a opacity:50% makes it .5 or .25 ?
I honestly think we have bigger fish to catch...
Anne van Kesteren
unread,
Jul 10, 2019, 8:05:33 AM7/10/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to remi.g...@gmail.com, dev-platform
On Wed, Jul 10, 2019 at 9:20 AM <remi.g...@gmail.com> wrote:
> Why fixing something that isn't broken and a well established standard for something longer?