diff --git a/editions/tw5.com/tiddlers/filters/match Operator.tid b/editions/tw5.com/tiddlers/filters/match Operator.tid index 9228b618e..6e9997d3f 100644 --- a/editions/tw5.com/tiddlers/filters/match Operator.tid +++ b/editions/tw5.com/tiddlers/filters/match Operator.tid @@ -25,6 +25,6 @@ The <<.op match>> operator uses an extended syntax that permits multiple flags t The available flags are: * ''casesensitive'': (default), this flag forces a case-sensitive match, where upper and lower case letters are considered different -* "caseinsensitive". overrides the default so that upper and lower case letters are considered identical for matching purposes +* ''caseinsensitive'': overrides the default so that upper and lower case letters are considered identical for matching purposes <<.operator-examples "match">> diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-focus-selector.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-focus-selector.tid index b3cb9011d..1b33502ed 100644 --- a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-focus-selector.tid +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-focus-selector.tid @@ -9,6 +9,6 @@ The `tm-focus-selector` message sets the focus to the DOM element identified by |!Name |!Description | |param |Selector identifying the DOM element to be focussed | -|paramObject |Optional hashmap of additional parameters passed to the `focus` command | +|paramObject |Optional hashmap of additional parameters to be passed to the [[focus()|https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus]] method | -<<.tip """preventScroll="true" prevents the browser from scrolling to the focused element""">> +<<.tip """Use preventScroll="true" to prevent the browser from scrolling to the focused element""">>