Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .vscode/dictionaries/code-entities.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ browser.safebrowsing
browser.sessionhistory
browsingtopics
bstack
bufferedchange
buttondisabledaccept
bvec
byterange
Expand Down Expand Up @@ -220,6 +221,7 @@ emptytext
emsdk
enable-tracejit
enableiOES
endstreaming
enterpictureinpicture
equalsize
EquationiOES
Expand Down Expand Up @@ -525,6 +527,7 @@ oldstyle
oldstyle-nums
onao
onbeforematch
onbufferedchange
oncanmakepayment
oncharacterboundsupdate
onclipboardchange
Expand All @@ -535,6 +538,7 @@ ondequeue
ondispose
ondownloadprogress
onefive
onendstreaming
ongesturestart
oninterest
onlocation
Expand All @@ -555,6 +559,7 @@ onscreenschange
onscrollsnapchange
onscrollsnapchanging
onsinkchange
onstartstreaming
ontextformatupdate
ontextupdate
onuncapturederror
Expand Down Expand Up @@ -738,6 +743,7 @@ sscanf
stackoverflow_url
startapp
startproject
startstreaming
staticfiles
storageaccess
strcmp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ This property supports multiple background images. You can specify a different `

#### HTML

We include all of Dr. Suess's poem.
We include all of Dr. Seuss's poem.

```html
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For detailed information on usage, see the {{domxref("Popover API", "Popover API

### Making an element a popover

The following code renders a button that, when activated, will open a popover element. This behaviour can be achieved using HTML alone.
The following code renders a button that, when activated, will open a popover element. This behavior can be achieved using HTML alone.

```html
<button popovertarget="my-popover">Open Popover</button>
Expand Down
Loading