Skip to content

Commit 90862f1

Browse files
committed
[css-highlight-api] Highlight priority attribute should be long instead of double.
1 parent 4c3fdb7 commit 90862f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-highlight-api-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Creating Custom Highlights</h3>
169169
interface Highlight {
170170
constructor(CSSOMString name, AbstractRange... initialRanges);
171171
setlike<AbstractRange>;
172-
attribute double priority;
172+
attribute long priority;
173173
readonly attribute CSSOMString name;
174174
};
175175
</xmp>

0 commit comments

Comments
 (0)