diff --git a/ui/stories/6. Web Components Or Custom Elements/WebUI Fetch Html/WebUIFetchHtml.mdx b/ui/stories/6. Web Components Or Custom Elements/WebUI Fetch Html/WebUIFetchHtml.mdx index 9718b1e..01d51da 100644 --- a/ui/stories/6. Web Components Or Custom Elements/WebUI Fetch Html/WebUIFetchHtml.mdx +++ b/ui/stories/6. Web Components Or Custom Elements/WebUI Fetch Html/WebUIFetchHtml.mdx @@ -24,6 +24,3 @@ Attribute | Behaviour `data-fetch-target` | Required. On the button that triggers the Fetch request. The value must match `data-fetch-container`. `data-fetch-container` | Required. On the ARIA live region. The value must match `data-fetch-target`. `data-fetch-url` | Required. URL of HTML fragment to be fetched. - -## TODO -- Add `data-` attribute on button to specifiy HTML source to be fetched.