[Bug 19912] [Explainer]: Appendices A and B. interfaces out of sync

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19912

--- Comment #1 from miket@opera.com ---
Just had a read of the HTML Templates spec.

Templates spec:
interface HTMLTemplateElement : HTMLElement { 
  attribute DocumentFragment content;
}

Explainer:
interface HTMLTemplateElement : HTMLElement {
    readonly attribute DocumentFragment content;
}

And in Appendix B of the explainer, the content attribute is missing

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 8 November 2012 20:23:43 UTC