Tags
webspecification
Created
Jun 20, 2016 4:59 AM
万维网联盟(World Wide Web Consortium,W3C),又称W3C理事会。制定各种 Web 标准。
- 官方工作小组:
- Web Platform
- Cascading Style Sheets (CSS):分模块制定规范
- WebAssembly
- Service Workers
- Accessible Rich Internet Applications(ARIA)
- JSON-LD // 结构化页面数据
- SVG
- Audio
- Web Real-Time Communications
- Web Fonts
- Web Authentication
- Timed Text
- ...
- 包含的社区(相当于受 W3C 领导的民间组织):
- Web Platform Incubator Community Group, (WICG,W3C Web平台孵化器社区组),Chrome 的很多新功能基于这里的标准
- ...各种工作小组
网页超文本应用技术工作小组(Web Hypertext Application Technology Working Group,WHATWG),是一个以推动网络HTML5标准为目的而成立的组织。在2004年,由Mozilla基金会、Opera软件公司和苹果这些浏览器厂商组成。是对 W3C 标准的一个补充,注重向后兼容。制定的标准有:
- Console
- DOM
- Encoding
- Fetch
- Fullscreen API
- HTML:Web 相关的一些技术
- Common infrastructure
- Semantics, structure, and APIs of HTML documents
- The elements of HTML
- Microdata
- User interaction
- Loading Web pages
- Web application APIs
- Communication
- Web workers
- Web storage
- ...
- MIME Sniffing
- Notifications API
- Storage
- Streams
- URL
- XMLHttpRequest
- ...
互联网工程任务小组(Internet Engineering Task Force,IETF)负责互联网标准的开发和推动。创建自愿性标准,以保持和提高互联网的易用性和互操作性。有关互联网的标准通常以 RFCs (Requests for Comments) 发布。制定 TCP 协议、IP 协议、HTTP 协议,WebSocket 等网络底层协议。
// 查询:https://datatracker.ietf.org
Ecma 国际(Ecma International)是一家国际性会员制度的信息和电信标准组织。1994年之前,名为欧洲计算机制造商协会(European Computer Manufacturers Association)。因为计算机的国际化,组织的标准牵涉到很多其他国家,因此组织决定改名表明其国际性。现名称已不属于首字母缩略字。制定的标准有 C#,C++,Dart,JSON,ECMAScript …
- ECMAScript Language Specification,Ecma 的 262 号标准,39 号技术委员会(TC39)进行发展和发布;历史版本,各种引擎的兼容性
- ECMAScript Internationalization API, Ecma 的 402 号标准
- JSON,Ecma 的 404 号标准
Khronos:制定 WebGL 规范
Github Link:
- https://github.com/w3c
- https://github.com/wicg
- https://github.com/tc39
- https://github.com/whatwg
- https://github.com/ietf (没有 RFCs repo)
参考:
- https://wiki.mozilla.org/Standards
- Wikipedia 上的相关词条