Sam Atkins
8f6017bc4e
LibWeb: Ignore CSS properties with vendor-prefixed values
...
For example, this CSS previously produced a lot of log spam about the
`display` properties having invalid values:
```css
.foo {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
```
Now, it just ignores them, because we don't need to know about it. :^)
2021-09-12 21:34:57 +02:00
..
2021-09-12 21:34:57 +02:00
2021-09-12 20:44:50 +02:00
2021-09-12 20:44:50 +02:00
2021-08-07 15:21:34 +02:00
2021-04-22 11:22:27 +02:00
2021-04-23 16:46:57 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-09-12 20:44:50 +02:00
2021-09-12 20:44:50 +02:00
2021-09-12 20:44:50 +02:00
2021-07-14 13:31:00 +02:00
2021-07-14 13:31:00 +02:00
2021-04-22 11:22:27 +02:00
2021-06-24 19:57:01 +02:00
2021-03-08 11:50:36 +01:00
2021-05-19 23:23:48 +01:00
2021-07-22 23:09:01 +02:00
2021-08-25 17:55:53 +02:00
2021-08-25 17:55:53 +02:00
2021-04-22 11:22:27 +02:00
2021-09-12 18:25:45 +02:00
2021-09-12 18:25:45 +02:00
2021-09-12 18:25:45 +02:00
2021-09-12 16:30:38 +02:00
2021-09-09 21:25:10 +02:00
2021-04-23 16:46:57 +02:00
2021-04-04 00:37:54 +02:00
2021-08-19 23:49:25 +02:00
2021-09-03 12:22:36 +02:00
2021-09-03 12:22:36 +02:00
2021-07-14 13:31:00 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-09-12 16:30:38 +02:00
2021-08-26 13:25:52 +02:00
2021-09-12 20:44:50 +02:00
2021-08-16 23:26:16 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-03-08 16:16:28 +01:00
2021-04-22 11:22:27 +02:00
2021-04-23 16:46:57 +02:00
2021-03-08 11:50:36 +01:00
2021-09-03 12:22:36 +02:00
2021-09-03 12:22:36 +02:00