mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb/HTML: Implement cite attribute according to spec
Implements the cite attribute of `q`, `blockqoute`, `ins` and `del` elements according to spec by returning a valid URL.
This commit is contained in:
committed by
Tim Ledbetter
parent
2f51e9a98e
commit
74645facae
@@ -6,7 +6,7 @@ interface HTMLModElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions, Reflect] attribute USVString cite;
|
||||
[CEReactions, Reflect, URL] attribute USVString cite;
|
||||
[CEReactions, Reflect=datetime] attribute DOMString dateTime;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user