Link classification based on href value and document context.
@type t() :: :anchor | :internal | :external | :email | :phone | :other
@spec anchor() :: t()
@spec email() :: t()
@spec external() :: t()
@spec internal() :: t()
@spec other() :: t()
@spec phone() :: t()