46
edits
Andyfrommk (talk | contribs) |
|||
| Line 680: | Line 680: | ||
Many pages don't have anchors so linking to Content that is somewhere on the page can be a pain. Make possible custom anchors like this: | Many pages don't have anchors so linking to Content that is somewhere on the page can be a pain. Make possible custom anchors like this: | ||
* url#custom(0,555)<br />this would make firefox scroll 0pixel to left and 555pixel down | * url#custom(0,555)<br />this would make firefox scroll 0pixel to left and 555pixel down | ||
** pixels are unsafe (depending on fonts, zooming etc.) | |||
* url#custom(h1/5)<br />this make firefox scroll to the 5th H1 element on the page and highlight it decently | * url#custom(h1/5)<br />this make firefox scroll to the 5th H1 element on the page and highlight it decently | ||
** this looks like reinventing the whell. use xpath instead? | |||
</td><td> | </td><td> | ||
n/a | n/a | ||
edits