Skip to content

Commit 57f6257

Browse files
committed
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)
1 parent 5a2969f commit 57f6257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ADR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ String enum defining how elements are patched into the DOM.
234234
| `selector` | string | Element ID | CSS selector for target element. If a selector is not specified, each element must have an ID specified. |
235235
| `mode` | ElementPatchMode | `outer` | How to patch the element |
236236
| `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 |
238238

239239
### Implementation
240240

0 commit comments

Comments
 (0)