mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Return error when setting invalid <table> caption (#30020)
* Return error when setting invalid <table> caption Signed-off-by: thesecretmaster <thesecretmaster@developingtechnician.com> * Forgot to commit style changes Signed-off-by: thesecretmaster <thesecretmaster@developingtechnician.com> --------- Signed-off-by: thesecretmaster <thesecretmaster@developingtechnician.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
interface HTMLTableElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions]
|
||||
[CEReactions, SetterThrows]
|
||||
attribute HTMLTableCaptionElement? caption;
|
||||
HTMLTableCaptionElement createCaption();
|
||||
[CEReactions]
|
||||
|
||||
Reference in New Issue
Block a user