WebKit2.UserStyleLevel (original) (raw)
Enumeration
WebKit2UserStyleLevel
since: 2.6
Declaration
enum WebKit2.UserStyleLevel
Description [src]
Specifies how to treat an user style sheet.
Available since: 2.6
Members
The style sheet is an user style sheet, its contents always override other style sheets. This is the default.
- Value:
0
- Nickname:
user
- Available since: 2.6
The style sheet will be treated as if it was provided by the loaded documents. That means other user style sheets may still override it.
- Value:
1
- Nickname:
author
- Available since: 2.6