Urara-Blog/node_modules/.pnpm-store/v3/files/56/9fae4072a4de2d85a4f6aa5dd1a0bd81060e387f4da941dd81a899e76b1bda51212ab45b4cb52b96f2701f376c6cec521c40907db5cd74ca6a3013be2d821c
2022-08-14 01:14:53 +08:00

9 lines
306 B
Text

module.exports = {
1: 'ls', // WHATWG Living Standard
2: 'rec', // W3C Recommendation
3: 'pr', // W3C Proposed Recommendation
4: 'cr', // W3C Candidate Recommendation
5: 'wd', // W3C Working Draft
6: 'other', // Non-W3C, but reputable
7: 'unoff' // Unofficial, Editor's Draft or W3C "Note"
}