Skip to content

Commit 2e4e32c

Browse files
XPAth Mozilla bug; minor
1 parent fc936fb commit 2e4e32c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DocumentationStandard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The most difficult part is to locate the 'Raw' link (on GitHub) for a chosen com
9191
* Locating by file first: For example _https://github.com/DaisyDiff/DaisyDiff/blob/master/css/diff.css_ -> button 'History' near the top-right > button '<>' (with
9292
mouseover "Browse the repository at this point") > button 'Raw'.
9393

94-
The URL will start with _https://raw.githubusercontent.com/_. Copy the URL. Paste it at _https://rawgit.com_. Take the url starting with _https://cdn.rawgit.com_.
94+
The URL will start with _https://raw.githubusercontent.com/_. Copy the URL. Paste it at [https://rawgit.com](https://rawgit.com). Take the url starting with _https://cdn.rawgit.com_.
9595

9696
For example, the 'Rw' URL is_https://raw.githubusercontent.com/selite/selite/XYZ.../\<component's-name\>/src/chrome/..._ Then append the path part of that URL to _https://cdn.rawgit.com/_, i.e. _https://cdn.rawgit.com/selite/selite/XYZ.../\<component's-name\>/src/chrome/..._
9797

ThirdPartyIssues.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ You can turn off any notifications at [Mozilla preferences](https://bugzilla.moz
7575
| [Selecting a command or executing a command/case/suite...](https://github.com/SeleniumHQ/selenium/issues/2624) | Selenium | Intuitive navigation |
7676
| [Switching between Log/Reference/UI-element/Rollup to use native Firefox tabs](https://github.com/SeleniumHQ/selenium/issues/2646) | Selenium | Visual navigation |
7777
| [XPath 2.0](https://bugzilla.mozilla.org/show_bug.cgi?id=396966) | Mozilla | Robust cases.<br>(For now see <a href='https://developer.mozilla.org/en-US/docs/XPath/Functions'>supported functions</a>.) |
78+
| [expose EXSLT functions to DOM Level 3 XPath API](https://bugzilla.mozilla.org/show_bug.cgi?id=365801) | Mozilla | Using modern XPath in Javascript |
7879
| [Breakpoint triggers on code that doesn't run...](https://bugzilla.mozilla.org/show_bug.cgi?id=1051632) | Mozilla | Productive debugging |
7980
| [Sidebars (history, bookmarks) should not have maximum width](https://bugzilla.mozilla.org/show_bug.cgi?id=406629) | Mozilla | GUI usability |
8081
| [Allow sidebar to be selected and turned on/off independently](https://bugzilla.mozilla.org/show_bug.cgi?id=962861) | Mozilla | GUI usability |

0 commit comments

Comments
 (0)