Update article.md

re-edit: on tables lead-in.
This commit is contained in:
Peter Roche 2019-11-03 22:33:11 -07:00 committed by GitHub
parent 7d92be954e
commit 9e7235f765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,7 +280,7 @@ Till now we described the basic navigation properties.
Certain types of DOM elements may provide additional properties, specific to their type, for convenience.
Tables are a great example of that, and a particularly important case.
Tables are a great example of that, and represent a particularly important case:
**The `<table>`** element supports (in addition to the given above) these properties:
- `table.rows` -- the collection of `<tr>` elements of the table.