- From: Tom Wilkinson <notifications@github.com>
- Date: Tue, 01 Aug 2023 15:24:56 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 August 2023 22:25:01 UTC
@tbondwilkinson commented on this pull request. > }; interface AttributePart : Part { - constructor(Element element, DOMString qualifiedName, DOMString? namespace); - readonly attribute DOMString prefix; - readonly attribute DOMString localName; - readonly attribute DOMString namespaceURI; + constructor( + PartRoot root, + Element element, + DOMString qualifiedName, + optional DOMString? namespace = null, + optional PartInit init = {}); + + readonly attribute DOMString prefix; I think we need to discuss precisely what we want the `value` to look like. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/pull/1023#discussion_r1281209010 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/pull/1023/review/1557918780@github.com>
Received on Tuesday, 1 August 2023 22:25:01 UTC