Skip to content

Commit c868f60

Browse files
committed
Add <code> around change event in native-change-warning note.
1 parent 2636157 commit c868f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point.
66
</xsl:when>
77
<xsl:when test="@id = 'native-change-warning'">
8-
This widget manipulates its element's value programmatically, therefore a native change event may not be fired when the element's value changes.
8+
This widget manipulates its element's value programmatically, therefore a native <code>change</code> event may not be fired when the element's value changes.
99
</xsl:when>
1010
<xsl:otherwise>
1111
<xsl:apply-templates/>

0 commit comments

Comments
 (0)