Reference corpus
The specifications the internet runs on
Technical standards in full — the documents that define how systems actually interoperate.
What you can do with it
Search the actual spec
Ask how something is supposed to behave and land on the paragraph that defines it.
Read the whole document
Full text, not a summary — the detail is the point.
Check behaviour against the definition
Useful the moment an implementation and a specification disagree.
Sits beside your code
Available in the workspaces where the question usually comes up.
Where it’s used
Code
The code workspace can read a specification while you work, so the definition is one question away.