8-web-components/3-shadow-dom: fix typos
This commit is contained in:
parent
db4d0de26d
commit
702362f616
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ input::-webkit-slider-runnable-track {
|
||||||
<input type="range">
|
<input type="range">
|
||||||
```
|
```
|
||||||
|
|
||||||
Once again, `pseudo` is a non-standard attribute. Chronologically, browsers first started to experiment with internal DOM structures to implement controls, and then, after time, shadow DOM was standartized to allow us, developers, to do the similar thing.
|
Once again, `pseudo` is a non-standard attribute. Chronologically, browsers first started to experiment with internal DOM structures to implement controls, and then, after time, shadow DOM was standardized to allow us, developers, to do the similar thing.
|
||||||
|
|
||||||
Furhter on, we'll use the modern shadow DOM standard, covered by [DOM spec](https://dom.spec.whatwg.org/#shadow-trees) other related specifications.
|
Further on, we'll use the modern shadow DOM standard, covered by [DOM spec](https://dom.spec.whatwg.org/#shadow-trees) other related specifications.
|
||||||
|
|
||||||
## Shadow tree
|
## Shadow tree
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue