Clarify axes

This commit is contained in:
Rico Sta. Cruz 2015-04-17 16:59:18 +08:00
parent e39d7a1b52
commit 29b786f649
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ layout: default
| CSS | Xpath | ? |
| ---- | ---- | -- |
| `h1 ~ ul` | `//h1/following-sibling::ul` | [?](#other-axes) |
| `h1 ~ ul` | `//h1/following-sibling::ul` | [?](#using-axes) |
| `h1 + ul` | `//h1/following-sibling::ul[1]` | |
| `h1 ~ #id` | `//h1/following-sibling::[@id="id"]` | |
{:.greycode.no-head.xp}