Update article.md

'allows to' -> 'allows us to'
This commit is contained in:
Peter Roche 2019-11-25 20:54:45 -07:00 committed by GitHub
parent 69c30d0b95
commit c356514397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,5 +240,5 @@ But we should generally keep the semantic meaning of HTML elements. For instance
Besides being "just a good thing", that makes your HTML better in terms of accessibility. Besides being "just a good thing", that makes your HTML better in terms of accessibility.
Also if we consider the example with `<a>`, then please note: a browser allows to open such links in a new window (by right-clicking them and other means). And people like that. But if we make a button behave as a link using JavaScript and even look like a link using CSS, then `<a>`-specific browser features still won't work for it. Also if we consider the example with `<a>`, then please note: a browser allows us to open such links in a new window (by right-clicking them and other means). And people like that. But if we make a button behave as a link using JavaScript and even look like a link using CSS, then `<a>`-specific browser features still won't work for it.
``` ```