if you have interacted with RDF before, you may know about something called rdf:XMLLiteral, which is a very useful and important datatype for encoding XML data directly in RDF datasets
if you have read the actual RDF 1.1 specifications, you may be surprised to learn that rdf:XMLLiteral is non‐normative, because it depends on DOM4, which is a specification which had not yet reached Recommendation status at the time of publication
can you imagine if actual programmers working on APIs flagged the parts of their programs with non‐stable dependencies the way that W3C does