You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove link to namespaceURI docs since the namespace option does not directly allow specifying namespaces (the connection can be elucidated in the user-facing docs)
Copy file name to clipboardExpand all lines: sdk/ADR.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ String enum defining how elements are patched into the DOM.
234
234
|`selector`| string | Element ID | CSS selector for target element. If a selector is not specified, each element must have an ID specified. |
235
235
|`mode`| ElementPatchMode |`outer`| How to patch the element |
236
236
|`useViewTransition`| boolean |`false`| Enable view transitions API |
237
-
|`namespace`|`html`\|`svg`\|`mathml`|`html`|[Namespace](https://developer.mozilla.org/en-US/docs/Web/API/Element/namespaceURI) in which to create new elements |
237
+
|`namespace`|`html`\|`svg`\|`mathml`|`html`| Namespace in which to create new elements |
0 commit comments