Update article.md
'allows to' -> 'allows us to'
This commit is contained in:
parent
69c30d0b95
commit
c356514397
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue