Update article.md

This commit is contained in:
Ilya Kantor 2019-10-14 09:26:38 +03:00 committed by GitHub
parent a0bfa924a1
commit aeb559394e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ A component has:
Once again, the whole "component" thing is nothing special.
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.
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.
"Web components" provide built-in browser capabilities for that, so we don't have to emulate them any more.