Skip to content

Commit

Permalink
Put browser-compat in front-runner for xpath & xslt (#5500)
Browse files Browse the repository at this point in the history
* Put browser-compat in front-runner for xpath

* Put browser-compat in front-runner for xslt
  • Loading branch information
teoli2003 authored May 31, 2021
1 parent 3703853 commit 0ee9ce9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion files/en-us/web/xpath/axes/child/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
tags:
- Axe
- XPath
browser-compat: xpath.axes.child
---
<p>The <code>child</code> axis indicates the children of the context node. If an XPath expression does not specify an axis, the <code>child</code> axis is understood by default. Since only the root node or element nodes have children, any other use will select nothing.</p>

Expand Down Expand Up @@ -43,6 +44,6 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("xpath.axes.child")}}</p>
<p>{{Compat}}</p>

<p>{{QuickLinksWithSubpages("/en-US/docs/Web/XPath")}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/xpath/axes/self/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
tags:
- Axe
- XPath
browser-compat: xpath.axes.self
---
<p>The <code>self</code> axis indicates the context node itself. It can be abbreviated as a single period (<code>.</code>).</p>

Expand Down Expand Up @@ -43,6 +44,6 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("xpath.axes.self")}}</p>
<p>{{Compat}}</p>

<p>{{QuickLinksWithSubpages("/en-US/docs/Web/XPath")}}</p>
3 changes: 2 additions & 1 deletion files/en-us/web/xslt/element/stylesheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Reference
- StyleSheet
- XSLT
browser-compat: xslt.elements.stylesheet
---
<div>{{XSLTRef}}{{QuickLinksWithSubpages("/en-US/docs/Web/XSLT")}}</div>

Expand Down Expand Up @@ -93,4 +94,4 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("xslt.elements.stylesheet")}}</p>
<p>{{Compat}}</p>

0 comments on commit 0ee9ce9

Please sign in to comment.