chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

You can't "deprecate" the hint class #47

Closed alonextou closed 11 years ago

alonextou commented 11 years ago

class="hint--x" is still the only way to achieve tool tip placement.

It may not be required, but unless there is some other way to specify the location of the tool tip, calling it is deprecated is incorrect.

chinchang commented 11 years ago

The placement classes are the ones that are required. They are not deprecated. Instead, the library required a class called hint in early versions which is deprecated.

alonextou commented 11 years ago

Oh, ok, thanks for clarifying @chinchang!