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: 8-web-components/1-webcomponents-intro/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ A component has:
64
64
65
65
Once again, the whole "component" thing is nothing special.
66
66
67
-
There exist many frameworks and development methodologies to build them, each one equipped with its own bells and whistles. Usually, special CSS classes and conventions are used to provide "component feel" -- CSS scoping and DOM encapsulation.
67
+
There exist many frameworks and development methodologies to build them, each with its own bells and whistles. Usually, special CSS classes and conventions are used to provide "component feel" -- CSS scoping and DOM encapsulation.
68
68
69
69
"Web components" provide built-in browser capabilities for that, so we don't have to emulate them any more.
0 commit comments