Let $S$ and $T$ be sets or classes.
Let $S×T$ be their Cartesian product, ${\{(s,t):s{\in}S {\land}t{\in}T}\}$
Many sources will then define relation on $S×T$ to be any set $R$ such that $R{\subseteq}S×T$.
However, according to this website, that definition is incomplete: relation is an ordered triple $(S,T,R)$. The definition is incomplete, because "this approach leaves the precise nature of $S$ and $T$ undefined." What does this mean?
For some formal stuff, this is necessary - or even to properly define peroperties of relations. For example a relation $R\subseteq S\times T$ is called left-total if $\forall s\in S\exists t\in T\colon (s,t)\in R$. But suppose I only give you the relation only as set of pairs $R=\{(1,3),(2,5),(3,1)\}$ without telling you what $S$ and $T$ I have in mind- can you tell me whether this relation is left-total?