| Index: Source/core/html/HTMLTableCaptionElement.idl
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.idl b/Source/core/html/HTMLTableCaptionElement.idl
|
| index cd2025932dec9509fddf567a3c3e9c2fd3ecacea..9f9b728bd4da5a513d8d651047d52caca75a283d 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.idl
|
| +++ b/Source/core/html/HTMLTableCaptionElement.idl
|
| @@ -18,6 +18,10 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// https://html.spec.whatwg.org/#the-caption-element
|
| +
|
| interface HTMLTableCaptionElement : HTMLElement {
|
| + // obsolete members
|
| + // https://html.spec.whatwg.org/#HTMLTableCaptionElement-partial
|
| [Reflect] attribute DOMString align;
|
| };
|
|
|