1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
#![allow(unused_imports)]
#![allow(clippy::all)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
    # [wasm_bindgen (extends = CssRule , extends = :: js_sys :: Object , js_name = CSSCounterStyleRule , typescript_type = "CSSCounterStyleRule")]
    #[derive(Debug, Clone, PartialEq, Eq)]
    #[doc = "The `CssCounterStyleRule` class."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub type CssCounterStyleRule;
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = name)]
    #[doc = "Getter for the `name` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/name)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn name(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = name)]
    #[doc = "Setter for the `name` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/name)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_name(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = system)]
    #[doc = "Getter for the `system` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/system)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn system(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = system)]
    #[doc = "Setter for the `system` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/system)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_system(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = symbols)]
    #[doc = "Getter for the `symbols` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/symbols)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn symbols(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = symbols)]
    #[doc = "Setter for the `symbols` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/symbols)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_symbols(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = additiveSymbols)]
    #[doc = "Getter for the `additiveSymbols` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/additiveSymbols)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn additive_symbols(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = additiveSymbols)]
    #[doc = "Setter for the `additiveSymbols` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/additiveSymbols)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_additive_symbols(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = negative)]
    #[doc = "Getter for the `negative` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/negative)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn negative(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = negative)]
    #[doc = "Setter for the `negative` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/negative)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_negative(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = prefix)]
    #[doc = "Getter for the `prefix` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/prefix)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn prefix(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = prefix)]
    #[doc = "Setter for the `prefix` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/prefix)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_prefix(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = suffix)]
    #[doc = "Getter for the `suffix` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/suffix)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn suffix(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = suffix)]
    #[doc = "Setter for the `suffix` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/suffix)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_suffix(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = range)]
    #[doc = "Getter for the `range` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/range)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn range(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = range)]
    #[doc = "Setter for the `range` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/range)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_range(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = pad)]
    #[doc = "Getter for the `pad` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/pad)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn pad(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = pad)]
    #[doc = "Setter for the `pad` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/pad)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_pad(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = speakAs)]
    #[doc = "Getter for the `speakAs` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/speakAs)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn speak_as(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = speakAs)]
    #[doc = "Setter for the `speakAs` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/speakAs)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_speak_as(this: &CssCounterStyleRule, value: &str);
    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = fallback)]
    #[doc = "Getter for the `fallback` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/fallback)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn fallback(this: &CssCounterStyleRule) -> String;
    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = fallback)]
    #[doc = "Setter for the `fallback` field of this object."]
    #[doc = ""]
    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/fallback)"]
    #[doc = ""]
    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
    pub fn set_fallback(this: &CssCounterStyleRule, value: &str);
}