@@ -109,37 +109,37 @@ Repository: w3c/webextensions
109
109
unsupported operation.
110
110
<li><p> Let <var> type hint</var> be the result of getting the
111
111
property "<code> type</code> " from <var> parameters</var> .
112
- <ol>
113
- <li type='a' ><p> If <var> type hint</var> does not have the value of
112
+ <ol style="list-style-type: lower-latin" >
113
+ <li><p> If <var> type hint</var> does not have the value of
114
114
"path", "archivePath", or "base64", return
115
115
<a href="https://w3c.github.io/webdriver/#dfn-error">error</a>
116
116
with <a href="https://w3c.github.io/webdriver/#dfn-error">
117
117
error code</a> invalid argument.
118
- <li type='a' ><p> If the implementation does not support loading web
118
+ <li><p> If the implementation does not support loading web
119
119
extensions using <var> type hint</var> , return
120
120
<a href="https://w3c.github.io/webdriver/#dfn-error">error</a>
121
121
with <a href="https://w3c.github.io/webdriver/#dfn-error">
122
122
error code</a> unsupported operation.
123
- <li type='a' ><p> Let <var> value</var> be the result of
123
+ <li><p> Let <var> value</var> be the result of
124
124
getting the property"<code> value</code> " from
125
125
<var> parameters</var> . If <var> value</var> is
126
126
<code> null</code> , return
127
127
<a href="https://w3c.github.io/webdriver/#dfn-error">error</a>
128
128
with <a href="https://w3c.github.io/webdriver/#dfn-error">
129
129
error code</a> invalid argument.
130
- <li type='a' ><p> If <var> type hint</var> has the value "path" and the
130
+ <li><p> If <var> type hint</var> has the value "path" and the
131
131
implementation supports loading a web extension given a
132
132
path to it's resources, the implementation should load the
133
133
extension located at the path stored in "<code> value</code> ".
134
- <li type='a' ><p> If <var> type hint</var> has the value "archivePath"
134
+ <li><p> If <var> type hint</var> has the value "archivePath"
135
135
and the implementation supports loading a web extension
136
136
given a path to a ZIP of it's resources, the implementation
137
137
should extract the ZIP and load the extension located at
138
138
the path stored in "<code> value</code> ". If this extraction
139
139
fails, return <a href="https://w3c.github.io/webdriver/#dfn-error">
140
140
error</a> with <a href="https://w3c.github.io/webdriver/#dfn-error">
141
141
error code</a> unable to load extension.
142
- <li type='a' ><p> If <var> type hint</var> has the value "base64" and the
142
+ <li><p> If <var> type hint</var> has the value "base64" and the
143
143
implementation supports loading a web extension given a
144
144
Base64 encoded string of the ZIP representation of the
145
145
extension's resources, the implementation should extract
0 commit comments