mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01: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:
parent
bce7622cde
commit
c28404e9fa
2 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
interface HTMLTableElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions]
|
||||
[CEReactions, SetterThrows]
|
||||
attribute HTMLTableCaptionElement? caption;
|
||||
HTMLTableCaptionElement createCaption();
|
||||
[CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue