@@ -309,24 +309,24 @@ Where `[modX]` can be (all optional):
309309
310310- Positioning: ` top ` , ` bottom ` , ` left ` , ` right ` , ` auto ` , ` topleft ` , ` topright ` , ` bottomleft ` ,
311311 ` bottomright ` , ` lefttop ` , ` leftbottom ` , ` righttop ` , or ` rightbottom ` (last one found wins,
312- defaults to ` top ` )
312+ defaults to ` top ` ).
313313- Event trigger: ` click ` , ` hover ` , ` focus ` , ` blur ` (if none specified, defaults to ` focus ` and
314314 ` hover ` . ` blur ` is a close handler only, and if specified by itself, will be converted to
315315 ` focus ` ). Use ` manual ` if you only want to control the visibility manually.
316- - ` nofade ` to turn off animation
316+ - ` nofade ` to turn off animation.
317317- ` html ` to enable rendering raw HTML. By default HTML is escaped and converted to text
318318- A delay value in the format of ` d### ` (where ` ### ` is in ms, defaults to ` 50 ` ), applied to both
319- ` hide ` and ` show ` (affects ` hover ` and ` focus ` only)
319+ ` hide ` and ` show ` .
320320- A show delay value in the format of ` ds### ` (where ` ### ` is in ms, defaults to ` 50 ` ), applied to
321- ` show ` trigger only (affects ` hover ` and ` focus ` only)
321+ ` show ` trigger only.
322322- A hide delay value in the format of ` dh### ` (where ` ### ` is in ms, defaults to ` 50 ` ), applied to
323- ` hide ` trigger only (affects ` hover ` and ` focus ` only)
323+ ` hide ` trigger only.
324324- An offset value in pixels in the format of ` o### ` (where ` ### ` is the number of pixels, defaults
325- to ` 0 ` . Negative values allowed)
325+ to ` 0 ` . Negative values allowed).
326326- A boundary setting of ` window ` or ` viewport ` . The element to constrain the visual placement of the
327327 tooltip. If not specified, the boundary defaults to the trigger element's scroll parent (in most
328- cases this will suffice)
329- - A contextual variant in the form of ` v-XXX ` (where ` XXX ` is the color variant name)
328+ cases this will suffice).
329+ - A contextual variant in the form of ` v-XXX ` (where ` XXX ` is the color variant name).
330330
331331Where ` <value> ` can be (optional):
332332
0 commit comments