Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 9247f15

Browse files
author
Robin van Baalen
committed
docs(tooltip): add notice about deprecated feature
Added a note that `tooltip-html-unsafe` is deprecated in favour of `tooltip-html` Closes #3634
1 parent a469fc3 commit 9247f15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/tooltip/docs/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ There are three versions of the tooltip: `tooltip`, `tooltip-template`, and
77
- `tooltip` takes text only and will escape any HTML provided.
88
- `tooltip-template` takes text that specifies the location of a template to
99
use for the tooltip.
10-
- `tooltip-html-unsafe` takes
11-
whatever HTML is provided and displays it in a tooltip; it's called "unsafe"
12-
because the HTML is not sanitized. *The user is responsible for ensuring the
10+
- `tooltip-html` takes
11+
whatever HTML is provided and displays it in a tooltip; *The user is responsible for ensuring the
1312
content is safe to put into the DOM!*
13+
- `tooltip-html-unsafe` -- deprecated in favour of `tooltip-html`
1414

1515
The tooltip directives provide several optional attributes to control how they
1616
will display:

0 commit comments

Comments
 (0)