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
Copy file name to clipboardExpand all lines: README.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
@@ -5,7 +5,7 @@ The following examples are available:
5
5
6
6
*[composed-composed-path](composed-composed-path). A very simple example that shows the behavior of the <code>Event</code> object <code>composed</code> and <code>composedPath</code> properties. [See composed-composed-path live](https://mdn.github.io/web-components-examples/composed-composed-path/).
7
7
*[defined-pseudo-class](defined-pseudo-class). A very simple example that shows how the <code>[:defined pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:defined)</code> works. [See defined-pseudo-class live](https://mdn.github.io/web-components-examples/defined-pseudo-class/).
8
-
*[editable-list](editable-list) – <code><editable-list></code>. A simple example showing how elements can be consolidated to create a list with addable/removable items. Items are added by using a `list-item` attribute or by entering text and clicking the plus sign.
8
+
*[editable-list](editable-list) – <code><editable-list></code>. A simple example showing how elements can be consolidated to create a list with addable/removable items. Items are added by using a `list-item` attribute or by entering text and clicking the plus sign.[See editable-list live](https://mdn.github.io/web-components-examples/editable-list/).
9
9
*[edit-word](edit-word) — <code><edit-word></code>. Wrapping one or more words in this element means that you can then click/focus the element to reveal a text input that can then be used to edit the word(s). [See edit-word live](https://mdn.github.io/web-components-examples/edit-word/).
10
10
*[element-details](element-details) — <code><element-details></code>. Displays a box containing an HTML element name and description. Provides an example of an autonomous custom element that gets its structure from a <code><template></code> element (that also has its own styling defined), and also contains <code><slot></code> elements populated at runtime. [See element-details live](https://mdn.github.io/web-components-examples/element-details/).
11
11
*[expanding-list-web-component](expanding-list-web-component) — <code><ul is="expanding-list"></code>. Creates an unordered list with expandable/collapsible children. Provides an example of a customized built-in element (the class inherits from <code>HTMLUListElement</code> rather than <code>HTMLElement</code>). [See expanding-list live](https://mdn.github.io/web-components-examples/expanding-list-web-component/).
Copy file name to clipboardExpand all lines: popup-info-box-web-component/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ <h1>Pop-up info widget - web components</h1>
10
10
11
11
<form>
12
12
<div>
13
-
<labelfor="cvc">Enter your CVC <popup-infoimg="img/alt.png" data-text="Your card validation code (CVC) is an extra security feature — it is the last 3 or 4 numbers on the back of your card."></label>
13
+
<labelfor="cvc">Enter your CVC <popup-infoimg="img/alt.png" data-text="Your card validation code (CVC) is an extra security feature — it is the last 3 or 4 numbers on the back of your card."></popup-info></label>
0 commit comments