├── .github └── ISSUE_TEMPLATE │ ├── meeting.md │ └── proposal.md ├── CONTRIBUTING.md ├── LICENSE.md ├── Meetings.md ├── README.md ├── TPAC2025 └── slides │ ├── W3C SM3 SM4 vs WebCrypto-EN.pdf │ ├── Web AI Agent Rendering Containers .pdf │ └── chinese-web-ig-tpac2025.pdf ├── css └── main.css ├── docs ├── meeting-tools.zh-Hans.md └── w3c-standardization-process.md ├── images ├── alibababh_large.png ├── alibababv_large.png └── baidu.png ├── index.html ├── index.zh-Hans.html ├── meetings ├── 2018-11-17.md ├── 2019-03-23.md ├── 2019-05-11.md ├── 2020-08-29.md └── 2021-07.md ├── tf ├── media │ └── README.md └── mini-app │ ├── README.md │ ├── outline-en.md │ └── outline.md └── w3c.json /.github/ISSUE_TEMPLATE/meeting.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 兴趣组会议提案 3 | about: 提议一个新的 Web 中文兴趣组会议 4 | title: 兴趣组会议提案:<标题> 5 | labels: 会议 6 | assignees: xfq 7 | 8 | --- 9 | 10 | **会议题目** 11 | 会议的题目 12 | 13 | **概要** 14 | 会议的大概内容 15 | 16 | **目的** 17 | 会议的目标 18 | 19 | **可能感兴趣的参会人员** 20 | 可能对该会议感兴趣的参会人员 21 | 22 | **会议时间** 23 | 会议时间 24 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/proposal.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 技术提案 3 | about: 讨论可能提交给 W3C 相关小组的技术提案 4 | title: 技术提案:<标题> 5 | labels: 技术提案 6 | assignees: xfq 7 | 8 | --- 9 | 10 | ## 标题 11 | 12 | 提案的标题 13 | 14 | ## 作者 15 | 16 | * [作者1] 17 | * [作者2] 18 | * [作者n] 19 | 20 | ## 介绍 21 | 22 | [提案的目标是什么,解决了什么问题,使用场景有哪些。简要介绍其工作原理。] 23 | 24 | ## 为什么采用这种设计 25 | 26 | [在这里说明为什么采用这种设计,以及是否考虑过其他方案。] 27 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Contributions to this repository are intended to become part of Interest Group documents governed by the [Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). By committing here, you agree to that licensing of your contributions. 2 | 3 | If you are not the sole contributor to a contribution (pull request), please identify all contributors in the pull request comment. 4 | 5 | To add a contributor (other than yourself, that's automatic), mark them one per line as follows: 6 | 7 | ``` 8 | +@github_username 9 | ``` 10 | 11 | If you added a contributor by mistake, you can remove them in a comment with: 12 | 13 | ``` 14 | -@github_username 15 | ``` 16 | 17 | If you are making a pull request on behalf of someone else but you had no part in designing the feature, you can remove yourself with the above syntax. 18 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | All documents in this Repository are licensed by contributors 2 | under the 3 | [W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). 4 | -------------------------------------------------------------------------------- /Meetings.md: -------------------------------------------------------------------------------- 1 | # Chinese Web IG meetings | Web中文兴趣组会议 2 | 3 | 本页面包括Web中文兴趣组即将召开的和过去的会议信息。关于会议中工具的使用,请参考 [W3C会议工具使用指南](https://github.com/w3c/chinese-ig/blob/main/docs/meeting-tools.zh-Hans.md)。 4 | 5 | This document contains information about Chinese Web IG's upcoming and past meetings. For more information about the tools used in a meeting, [here](https://github.com/w3c/chinese-ig/blob/main/docs/meeting-tools.zh-Hans.md) is a guide in Chinese. 6 | 7 | ## Upcoming meetings 8 | 9 | ## Past meetings 10 | 11 | ### WebAI与跨平台Web应用技术研讨会 2025年1月10日 深圳 12 | 13 | [议程](https://www.w3.org/2024/01/webevolve-series-events/ai-and-highperf/zh.agenda.html) 14 | 15 | ### Web进化论2024年度大会 2024年5月28日 上海 16 | 17 | [议程](https://www.w3.org/2024/01/webevolve-series-events/media/zh.agenda.html) · [活动总结](https://www.w3.org/2024/01/webevolve-series-events/media/zh.report.html) 18 | 19 | ### Solid:技术、标准与生态 2024年1月11日 线上会议 20 | 21 | [议程](https://www.w3.org/2024/01/webevolve-series-events/solid.html) · [活动回顾](https://www.w3.org/zh-hans/blog/2024/webevolve-solid-technologies-standards-and-ecosystem-event-recap/) 22 | 23 | ### TPAC 2023面对面会议 2023年9月15日 西班牙塞维利亚 24 | 25 | [议程](https://github.com/w3c/chinese-ig/issues/246)・[会议纪要](https://www.w3.org/2023/09/15-chinese-web-minutes.html) 26 | 27 | ### Web前沿技术论坛 2023年6月19日 北京 28 | 29 | [会议页面](https://www.w3.org/2023/06/china-web-forum/index.html)・[会议总结](https://www.w3.org/2023/06/china-web-forum/report.html) 30 | 31 | ### 新一代Web技术标准论坛 2022年9月6日 杭州 32 | 33 | [会议页面](https://tpac2022-china-hub.vercel.app/#/chinese-ig)・[会议纪要](https://www.w3.org/2022/09/hangzhou/cwig/report.html) 34 | 35 | ### 一起谈谈元宇宙与Web标准 2022年4月7日 线上会议 36 | 37 | [会议页面](https://www.w3.org/2022/03/chinese-metaverse-discussion/Overview.html)・[会议纪要](https://www.w3.org/2022/03/chinese-metaverse-discussion/minutes.html) 38 | 39 | ### 沉浸式Web线上研讨会 2021年7月24日 线上会议 40 | 41 | [会议页面](https://github.com/w3c/chinese-ig/blob/main/meetings/2021-07.md)・[会议纪要](https://www.w3.org/2021/07/chinese-ig-xr/minutes.html) 42 | 43 | ### WebAssembly研讨会 2020年8月29日 线上会议 44 | 45 | [会议页面](https://github.com/w3c/chinese-ig/blob/main/meetings/2020-08-29.md)・[会议纪要](https://www.w3.org/2020/08/29-chinese-web-wasm.minutes.html) 46 | 47 | ### TPAC 2019面对面会议 2019年9月20日 日本福冈 48 | 49 | [议程](https://github.com/w3c/chinese-ig/issues/154)・会议纪要:[中文](https://www.w3.org/2019/09/20-chinese-web-minutes.html)・[英文](https://www.w3.org/2019/09/20-Chinese-Web-en-minutes.html) 50 | 51 | ### 下一代移动Web应用研讨会 2019年5月11日 北京 52 | 53 | [会议页面](https://github.com/w3c/chinese-ig/blob/main/meetings/2019-05-11.md)・[会议纪要](https://www.w3.org/2019/05/11-chinese-web-minutes.html)・[会议总结](https://www.w3.org/2019/05/11-chinese-web-mobile-web-apps-summary.html) 54 | 55 | ### 媒体任务组研讨会 2019年3月23日 北京 56 | 57 | [会议页面](https://github.com/w3c/chinese-ig/blob/main/meetings/2019-03-23.md)・[会议纪要](https://www.w3.org/2019/03/23-chinese-web-minutes.html)・[会议总结](https://www.w3.org/2019/03/23-chinese-web-media-summary.html) 58 | 59 | ### 兴趣组启动会 2018年11月17日 杭州 60 | 61 | [会议页面](https://github.com/w3c/chinese-ig/blob/main/meetings/2018-11-17.md)・[会议纪要](https://www.w3.org/2018/11/17-chinese-web-minutes.html)・[会议总结](https://www.w3.org/2018/11/17-chinese-web-meeting-summary.html) 62 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Chinese Web Interest Group | Web中文兴趣组 2 | 3 | * [Home page](https://www.w3.org/2018/chinese-web-ig/) 4 | * [Charter](https://www.w3.org/2022/11/chinese-web-ig-charter.html) 5 | * [Meetings](https://github.com/w3c/chinese-ig/blob/main/Meetings.md) 6 | -------------------------------------------------------------------------------- /TPAC2025/slides/W3C SM3 SM4 vs WebCrypto-EN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/chinese-ig/f1853f80273345955584e701acc4557930417b3c/TPAC2025/slides/W3C SM3 SM4 vs WebCrypto-EN.pdf -------------------------------------------------------------------------------- /TPAC2025/slides/Web AI Agent Rendering Containers .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/chinese-ig/f1853f80273345955584e701acc4557930417b3c/TPAC2025/slides/Web AI Agent Rendering Containers .pdf -------------------------------------------------------------------------------- /TPAC2025/slides/chinese-web-ig-tpac2025.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/chinese-ig/f1853f80273345955584e701acc4557930417b3c/TPAC2025/slides/chinese-web-ig-tpac2025.pdf -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- 1 | /* From https://github.com/w3c/clreq/blob/gh-pages/local.css */ 2 | @font-face { 3 | font-family: 'Punctuation SC'; 4 | src: local('PingFang SC'), local('Noto Sans CJK SC'), local('Noto Sans SC'), local('Heiti SC'), local('Microsoft Yahei'); 5 | unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F; /* Unicode range for punctuation marks */ 6 | } 7 | 8 | :lang(zh-hans) { 9 | font-family: 'Punctuation SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'PingFang SC', 'Noto Sans CJK SC', 'Noto Sans SC', 'Heiti SC', 'DengXian', 'Microsoft YaHei', sans-serif; 10 | } 11 | 12 | :lang(en) { 13 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; 14 | } 15 | 16 | body { 17 | margin:0;padding:0; 18 | background: white; 19 | max-width: 100%; 20 | } 21 | 22 | h1 { 23 | color: black; 24 | text-align: center; 25 | font-size: 2rem; 26 | font-weight: 500; 27 | text-shadow: 1px 1px #ccc; 28 | } 29 | h2, h3, h4, h5, h6 { 30 | font-weight: 300; 31 | } 32 | h2 { font-size: 1.3rem;} 33 | h3 { font-size: 1.1rem;} 34 | nav ul, nav ul li { 35 | display: block; 36 | margin: 0; padding: 0; 37 | } 38 | 39 | .meeting-info { 40 | display: flex; 41 | flex-wrap: wrap; 42 | justify-content: start; 43 | padding-top: 1rem; 44 | padding-left: 1rem; 45 | margin: 0; 46 | } 47 | 48 | .meeting-info li { 49 | display: block; 50 | margin-right: 1rem; 51 | } 52 | 53 | a, a:hover, a:focus { 54 | color: #0000cc; 55 | background: transparent; 56 | text-decoration: underline; 57 | } 58 | 59 | a:visited { 60 | color: #660099; 61 | background: transparent; 62 | text-decoration: underline; 63 | } 64 | 65 | a:hover, a:active, a:focus { 66 | outline:2px solid #1b75bb; 67 | } 68 | 69 | /*** header ***/ 70 | header { 71 | background: #005A9C; 72 | color: white; 73 | margin: 0; 74 | } 75 | header ul { 76 | display: flex; 77 | flex-wrap: wrap; 78 | justify-content: space-around; 79 | } 80 | header a, header a:visited { 81 | border-bottom: 1px solid #005A9C; 82 | display: block; 83 | color: white; 84 | text-decoration: none; 85 | font-weight: bold; 86 | padding: 0.5rem; 87 | } 88 | header a:hover, header a:focus { 89 | background: white; 90 | color: black; 91 | text-decoration: none; 92 | font-weight: bold; 93 | } 94 | 95 | /*** main ***/ 96 | main { 97 | display: flex; 98 | flex-flow: column; 99 | background: white; 100 | color: black; 101 | line-height: 1.2; 102 | margin-left: 1rem; 103 | margin-right: 1rem; 104 | } 105 | 106 | main > * { 107 | padding-right: 0; 108 | padding-left: 0; 109 | } 110 | 111 | main nav { 112 | order: 1; 113 | margin-top: 1rem; 114 | margin-bottom: 1rem; 115 | padding-top: 0.5ex; 116 | padding-bottom: 0.5ex; 117 | border-top: 2px solid #ccc; 118 | } 119 | main nav h3 { 120 | padding-bottom: 0.2ex; 121 | border-bottom: 3px solid #eee; 122 | } 123 | main nav li { 124 | font-weight: 500; 125 | padding: 0.5ex; 126 | border-bottom: 1px solid #ccc; 127 | } 128 | 129 | aside { 130 | margin-top: 1rem; 131 | margin-bottom: 1rem; 132 | border-top: 2px solid #ddd; 133 | } 134 | 135 | figcaption { 136 | text-align: left; font-style: italic; font-size: small; 137 | } 138 | #mission { 139 | font-style: italic; 140 | margin-bottom: 1rem; 141 | border-bottom: 1px solid #ccc; 142 | } 143 | 144 | #mission p { 145 | margin-left: 1rem; 146 | margin-right: 1rem; 147 | } 148 | 149 | article { 150 | margin-top: 1rem; 151 | border-top: 2px solid #ddd; 152 | } 153 | 154 | article h3 { 155 | padding-top: 0.5ex; margin: 0; 156 | width: 100%; 157 | } 158 | 159 | /*** footer ***/ 160 | 161 | footer { 162 | background: #005A9C; 163 | color: white; 164 | margin: 0; 165 | padding-right: 0.5rem; 166 | padding-left: 0.5rem; 167 | padding-top: 0.5rem; 168 | padding-bottom: 1rem; 169 | text-align: left; 170 | display: flex; 171 | flex-direction: row; 172 | justify-content: space-around; 173 | } 174 | footer p { margin: 0; padding: 0;} 175 | footer a, footer a:visited, footer a:focus, footer a:hover { 176 | color: white; 177 | font-weight: bold; 178 | } 179 | 180 | 181 | footer a:hover, footer a:focus { 182 | background: white; 183 | color: black; 184 | text-decoration: none; 185 | font-weight: bold; 186 | } 187 | 188 | @media screen and (min-width: 78rem) { 189 | main { 190 | flex-flow: row; 191 | justify-content: space-around; 192 | align-items: flex-start; 193 | } 194 | main > * { 195 | padding-right: 1rem; 196 | padding-left: 1rem; 197 | } 198 | main nav { 199 | order: 0; 200 | border-top: none; 201 | border-right: 1px solid #ccc; 202 | } 203 | main nav h3 { 204 | text-align: right; 205 | } 206 | main #content { 207 | max-width: 50rem; 208 | } 209 | aside { 210 | max-width: 20em; 211 | border-top: none; 212 | border-left: 1px solid #ccc; 213 | } 214 | article { 215 | margin-top: 2rem; 216 | border-top: 0.5ex solid #ddd; 217 | } 218 | footer { 219 | box-sizing: border-box; 220 | width: 100%; 221 | margin-top: 1rem; 222 | padding-bottom: 2rem; 223 | } 224 | } 225 | -------------------------------------------------------------------------------- /docs/meeting-tools.zh-Hans.md: -------------------------------------------------------------------------------- 1 | # W3C 会议工具使用指南 2 | 3 | ## 简介 4 | 5 | 本指南介绍W3C(万维网联盟)会议中常用的工具。 6 | 7 | ## 电话会议 8 | 9 | Zoom是W3C最常用的视频会议工具。如果你是第一次使用Zoom,请先下载并安装Zoom应用,并测试麦克风。 10 | 11 | #### 如何加入会议 12 | 13 | 可以用以下两种方法之一: 14 | 15 | 1. 点击会议邀请中的链接,直接加入会议。 16 | 2. 打开Zoom应用,输入会议号和密码,然后加入会议。 17 | 18 | #### 如何接入音频 19 | 20 | 加入会议后,可以使用设备语音通过互联网链接音频。 21 | 22 | #### 如何使用同声传译 23 | 24 | 一部分英文会议会包含中英同传,不同的会议可能会使用不同的同传工具,以下介绍 Zoom 自带的语言翻译功能: 25 | 26 | - 接入Zoom线上会议,点击会议界面「更多」或「翻译」选择相应的语言频道。 27 | - 「中文」频道可用于收听口译员音频(英文讲者 -> 中文翻译);口译员不传达中文讲者原始音频,如需在此频道收听中文讲者原始音频,请点击开启「原始音频」;「英文」频道同理。 28 | - 「中英双语」参会者可选择不接入翻译频道,仅连接原始音频的公共频道。 29 | - 如需参与讨论,请在Zoom界面点击「取消静音」进行发言。 30 | 31 | ## IRC 32 | 33 | W3C的许多面对面会议和电话会议都会使用IRC,与会者通常会登录该会议的IRC频道,而为会议做记录的人称为“scribe”。在IRC频道中,每个人都可以看到其他人向该频道发送的信息,并且可以回复这些信息。 34 | 35 | 与会人员可以看到scribe记录的会议内容,也可以在会议上添加或修改会议记录的内容。 36 | 37 | 别担心,第一次使用可能会觉得复杂,但多试几次就会熟悉。 38 | 39 | ### 如何加入IRC频道 40 | 41 | 使用IRC最简单的办法是打开 https://webirc.w3.org/ 42 | 43 | 输入Nick(昵称)、Real name(真实姓名)和Channels(频道),并点击CONNECT,其中: 44 | 45 | * Nick不能包含空格 46 | * Channel以 `#` 开头 47 | * 如果频道需要密码,可以在频道名后加空格并输入密码,比如 `#ac password` 48 | 49 | 进入后,如果还想进入其他频道,可以在底部的聊天窗口输入 `/join #channel` 并按回车。 50 | 51 | ### 如何发言 52 | 53 | W3C的IRC系统使用叫做“Zakim”的机器人来管理议题、参会人员和发言人的队列。通过发言人的队列,与会人员可以知道下一个该发言的人是谁。 54 | 55 | 使用 `present+` 命令来表示你已加入本会议。 56 | 57 | 使用 `agenda+ 议题` 命令可为本次会议添加一个新的议题。 58 | 59 | `q+` 为表示希望发言的命令,Zakim 会将你添加到发言队列,并在屏幕显示。 60 | 61 | 你也可以使用 `q+ to say 你想说的内容`来提醒自己该说什么内容。 62 | 63 | 可以通过 `q?` 查看现在谁在发言队列中。 64 | 65 | `q-` 为表示撤回发言请求,Zakim会将你从发言列队删除。 66 | 67 | ### 会议记录 68 | 69 | W3C使用叫做“RRSAgent”的机器人来生成会议记录。 70 | 71 | 通过 `scribe: ` 或 `scribenick: ` 命令可以指定会议的scribe。 72 | 73 | 如果你想在IRC频道发言,而又不希望发言出现在会议记录中,可以使用 `/me 发言内容`。 74 | 75 | ### 修改会议记录 76 | 77 | 如果你想修改会议记录的内容,可以使用 `s/旧内容/新内容/` 的形式,比如scribe记录了下面这句话: 78 | 79 | ``` 80 | A: this is a demo 81 | ``` 82 | 83 | 而你想把会议记录中的“demo”改为“test”,就可以输入`s/demo/test/`并按回车。 84 | 85 | 如果你想删除某个词或某句话,可使用 `s/要删除的内容//`。 86 | 87 | ### 生成会议记录 88 | 89 | 可以通过 `RRSAgent, make minutes` 命令来生成会议记录的链接。 90 | 91 | ### 邀请机器人加入频道 92 | 93 | 如果Zakim和RRSAgent不在你的频道,可以通过 `/invite Zakim ` 和 `/invite rrsagent ` 邀请机器人进入频道。 94 | 95 | ### 会议开始时自动添加议题 96 | 97 | agendabot是一个IRC机器人,它会监听以下格式的行: 98 | 99 | ``` 100 | agenda: <网址> 101 | ``` 102 | 103 | 并从这个网址中提取会议议程。它会将议程以Zakim能够理解的形式写进IRC频道。 104 | 105 | ## 术语表 106 | 107 | - **IRC**: 互联网中继聊天,一种实时文本聊天工具。 108 | - **Scribe**: 记录员,负责记录会议内容的人。 109 | - **Zakim**: IRC机器人,用于管理发言队列和议题。 110 | - **RRSAgent**: IRC机器人,用于生成会议记录。 111 | 112 | ## 参考文献 113 | 114 | - https://www.w3.org/guide/meetings/irc.html 115 | - https://www.w3.org/guide/meetings/zakim.html 116 | - https://www.w3.org/guide/meetings/rrsagent.html 117 | - https://github.com/w3c/AgendaBot 118 | -------------------------------------------------------------------------------- /docs/w3c-standardization-process.md: -------------------------------------------------------------------------------- 1 | # Web中文兴趣组工作流程 2 | 3 | Web中文兴趣组包含多个特别任务组(task force),特别任务组的产出(包括用例、需求、技术提案等)在本 repo 的 [tf/](https://github.com/w3c/chinese-ig/tree/main/tf) 目录下。 4 | 5 | Issues 中有各特别任务组对应的 label,可用来对 issue 进行分类。提议孵化新的标准讨论,或对现有文档的有任何意见和建议,均可通过 GitHub Issues 提出。 6 | 7 | # W3C标准化流程 8 | 9 | ## 战略漏斗(Strategy Funnel) 10 | 11 | [战略漏斗](https://github.com/orgs/w3c/projects/97)展示了 W3C 战略团队正在考虑的工作。 12 | 13 | 漏斗从左到右阅读,分为以下几个阶段: 14 | 15 | * [0.Exploration(探索)](https://github.com/w3c/strategy/blob/main/0.Exploration.md) 16 | * [1.Investigation(研究)](https://github.com/w3c/strategy/blob/main/1.Investigation.md) 17 | * [2.Incubation(孵化)](https://github.com/w3c/strategy/blob/main/2.Incubation.md) 18 | * [3.Evaluation(评估)](https://github.com/w3c/strategy/blob/main/3.Evaluation.md) 19 | * [4.Chartering(章程设立)](https://github.com/w3c/strategy/blob/main/4.Chartering.md) 20 | 21 | # W3C小组介绍 22 | 23 | ## 工作组 24 | 25 | W3C的正式标准在工作组中进行标准化,标准会列在工作组章程中。工作组通常有数十人,大部分为W3C会员,有时也有一些特邀专家。 26 | 27 | 沟通方式:邮件、电话会议、面对面会议 28 | 29 | 通常,工作组每周会有1小时的电话会议,时区是一项重大挑战。除此之外,每年会有1-4次面对面会议(F2F),所有会议都会有会议记录。 30 | 31 | ## Web 平台孵化社区组 32 | 33 | Web 平台孵化社区组用于提出和讨论新的 Web 技术,该组对所有人开放,随着提案获得支持并变得更加成熟,就会被考虑迁移到 W3C 工作组。 34 | 35 | 在与社区组主席协商后,标准提案的编辑可以准备一个「[intent to migrate](https://github.com/WICG/admin/blob/gh-pages/intent-to-migrate.md)」文档,概述标准用例、安全和隐私、可访问性和国际化影响等因素。这个文档将在社区组以及目标 W3C 工作组(如果有的话)内进行评估。社区组主席、工作组主席以及 W3C 团队将会帮助完成标准的迁移。 36 | 37 | * WICG 主页: https://www.w3.org/community/wicg/ & https://wicg.io/ 38 | * WICG GitHub: https://github.com/WICG 39 | * WICG Discourse: https://discourse.wicg.io/ 40 | -------------------------------------------------------------------------------- /images/alibababh_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/chinese-ig/f1853f80273345955584e701acc4557930417b3c/images/alibababh_large.png -------------------------------------------------------------------------------- /images/alibababv_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/chinese-ig/f1853f80273345955584e701acc4557930417b3c/images/alibababv_large.png -------------------------------------------------------------------------------- /images/baidu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/chinese-ig/f1853f80273345955584e701acc4557930417b3c/images/baidu.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | W3C Chinese Web Interest Group 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 28 |
29 | 30 |
31 |
32 |

About the Chinese Web Interest Group

33 | 34 |

Information about the Chinese Web Interest Group.

35 | 36 |
37 |

What we do (our charter)

38 | 39 |

The Chinese Web Interest Group provides a forum for W3C members to enhance the participation in Web standards work from the Chinese Web community. The group will focus primarily on identifying unique requirements from China, on helping the Chinese members to get familiar with the process of W3C standards activities, on discussion of technical ideas with the potential to be proposed to W3C, on standards testing and implementation, as well as corresponding standardization opportunities for W3C while assisting the participation and contribution from the Chinese Web community.

40 |
41 | 42 |
43 |

Our meetings

44 | 45 |

We post agendas and minutes for all Chinese Web IG meetings:

46 | 47 |

Upcoming

48 | 50 | 51 |

Past

52 | 68 | 69 |

Task forces

70 | 71 |

Currently, we have two active task forces:

72 | 73 | 77 | 78 |

Get involved

79 | 80 |

We welcome comments and discussion from the Chinese web community, on GitHub and our email 82 | list.

83 | 84 |

We also welcome new members to Chinese Web IG.

85 | 86 |
    87 |
  • Join Chinese Web IG (W3C account required)
  • 88 |
  • Current participants
  • 89 |
90 | 91 |

Who we are

92 | 93 |

The Chinese Web WG co-Chairs are Qing An (Alibaba), 94 | Wanming Lin (Intel), 95 | and Zitao Wang (Huawei).

96 | 97 |

The W3C Staff Contacts for the Chinese Web IG are Xiaoqian Wu and Xueyuan Jia.

98 | 99 | 108 | 109 |
110 |
111 | 112 |
113 | 114 | 123 | 124 | 125 | 126 | -------------------------------------------------------------------------------- /index.zh-Hans.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | W3C Web中文兴趣组 7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 27 |
28 | 29 |
30 |
31 |

Web中文兴趣组

32 | 33 |
34 | 35 | 36 |

Web中文兴趣组为W3C会员提供了一个加强中国Web社区对Web标准工作的参与的平台。该兴趣组主要侧重于确定中国的独特要求、帮助中国成员熟悉W3C标准流程、讨论可能提交给W3C的技术提案、标准的测试、实现以及和W3C相关的标准化机会,同时协助中国Web社区对Web标准化进行参与和贡献。

37 |
38 | 39 |
40 |

小组章程

41 | 42 |

43 | 2025-06-19 至 2027-06-19 44 |

45 | 46 |

小组会议

47 | 48 |

49 | 我们会公开Web中文兴趣组会议的议程与会议纪要: 50 |

51 | 52 |

即将召开

53 | 55 | 56 |

已经举办

57 | 73 | 74 |

特别任务组

75 | 76 |

目前我们有两个特别任务组:

77 | 78 | 82 | 83 |

参与工作

84 | 85 |

我们欢迎中文Web社区的反馈!

86 | 87 | 93 | 94 |

联系我们

95 | 96 |

Web中文兴趣组联合主席:安勍(阿里巴巴)、林万铭(英特尔)、王子韬(华为)。

97 | 98 |

Web中文兴趣组的W3C团队联系人是吴小倩贾雪远

99 | 100 | 108 | 109 |
110 |
111 | 112 |
113 | 114 | 123 | 124 | 125 | 126 | -------------------------------------------------------------------------------- /meetings/2018-11-17.md: -------------------------------------------------------------------------------- 1 | # 2018年11月W3C中文兴趣组启动会 W3C Chinese Web Interest Group F2F Meeting 2 | 3 | [W3C中文兴趣组](https://www.w3.org/2018/chinese-web-ig/)启动会 **2018年11月17日 杭州**,请于**11月12日(周一)前**注册参会。 4 | (**注意:目前注册已截止!**) 5 | 6 | This is the meeting page for the [W3C Chinese Web Interest Group (CWIG)](https://www.w3.org/2018/chinese-web-ig/) Face-to-face Meeting in Hangzhou, China on 17 November 2018. Please register before 12 November (Mon). (**Note: The registration is now closed!**) 7 | 8 | ## 参会人员 Attendees 9 | 10 | 本次会议对[小组成员](https://www.w3.org/groups/ig/chinese-web/participants)、[W3C会员](https://www.w3.org/Consortium/Member/List)和受邀嘉宾开放,请通过Pull Request添加您的姓名,或发送邮件到public-chinese-web@w3.org(您的姓名也会被添加到这里)。 11 | 12 | The meeting is open to the [group participants](https://www.w3.org/groups/ig/chinese-web/participants), [W3C members](https://www.w3.org/Consortium/Member/List), and invited guests. 13 | 14 | Please add your name(s) and affiliation(s) to the following list via GitHub Pull Request, or send your request to group's public mailing list public-chinese-web@w3.org, and your name(s) will be added to this list once approved. 15 | 16 | 1. 林万铭(英特尔) Wanming Lin (Intel) 17 | 1. 陶清乾(百度) Qingqian Tao (Baidu) 18 | 1. 薛富侨(W3C) Fuqiao Xue (W3C) 19 | 1. 余枝强(华为) Zhiqiang Yu (Huawei) 20 | 1. 王兴楠(华为) Xingnan Wang (Huawei) 21 | 1. 孙冰心(华为) Bingxin Sun (Huawei) 22 | 1. 吴小倩(W3C) Xiaoqian Wu (W3C) 23 | 1. Hax(开发者代表) Hax (developer representive) 24 | 1. 刘守群(小米) Shouqun Liu (Xiaomi) 25 | 1. 赵锦江(阿里巴巴) Jinjiang Zhao (Alibaba) 26 | 1. 侯鹏(阿里巴巴) Peng Hou (Alibaba) 27 | 1. 王晓振(阿里巴巴) Xiaozhen Wang (Alibaba) 28 | 1. 董岩(阿里巴巴) Yan Dong (Alibaba) 29 | 1. 裴伟(腾讯) Wei Pei (Tencent) 30 | 1. 郑苏波(腾讯) Subo Zheng (Tencent) 31 | 1. 纪鹏(美团点评) Peng Ji (Meituan) 32 | 1. 周鹏飞(美团点评) Pengfei Zhou (Meituan) 33 | 1. 尹立(百度) Li Yin (Baidu) 34 | 1. 刘思杨(百度) Siyang Liu (Baidu) 35 | 1. 张翰(阿里巴巴) Han Zhang (Alibaba) 36 | 1. 李琳(中国移动咪咕公司) Lin Li (China Mobile - Migu) 37 | 1. 徐嵩(中国移动咪咕公司) Song Xu (China Mobile - Migu) 38 | 1. 彭星(百度) Xing Peng (Baidu) 39 | 1. 刘博文(360) Bowen Liu (360) 40 | 1. 贾雪远(W3C) Xueyuan Jia (W3C) 41 | 1. 俞育强(东方有线) Yuqiang Yu (OCA Lab) 42 | 1. 张敏(英特尔) Min Zhang (Intel) 43 | 1. 吴萍(百度)Ping Wu (Baidu) 44 | 1. 程宝平(中国移动杭州研发中心)Baoping Cheng (China Mobile Hangzhou R&D Center) 45 | 1. 夏叶锋(中国移动杭州研发中心)Yefeng Xia (China Mobile Hangzhou R&D Center) 46 | 1. 黎欢(百度)Huan Li (Baidu) 47 | 1. 沈毅(百度)Yi Shen (Baidu) 48 | 1. 冯艳玲(深信院)Yanling Feng (Shenzhen Institute of Information Techonology) 49 | 1. 邓文琪(深信院)Wenqi Deng (Shenzhen Institute of Information Techonology) 50 | 1. 李振杰(W3C)Zhenjie Li (W3C) 51 | 1. 黄锴(网易)Kai Huang (Netease) 52 | 1. 郑海波(网易)Haibo Zheng (Netease) 53 | 1. 朱坤坤(网易)Kunkun Zhu (Netease) 54 | 1. 杨智行(谷歌)Michael Yeung (Google) 55 | 1. 林作健(阿里巴巴)Zuojian Lin (Alibaba) 56 | 1. 张晓彤(HCL)Xiaotong Zhang (HCL) 57 | 1. 李伟涛(京东)Weitao Li (JD) 58 | 1. 余澈(京东)Ce Yu (JD) 59 | 1. 罗淼(彩云科技)Miao Luo(ColorfulClouds) 60 | 1. 安勍(阿里巴巴)Qing An (Alibaba) 61 | 1. 李安琪(阿里巴巴)Angel Li (Alibaba) 62 | 1. 操利(阿里巴巴)Li Cao (Alibaba) 63 | 1. 陈文晓(阿里巴巴)Hillman Chen (Alibaba) 64 | 1. 唯然(阿里巴巴)Aladdin-ADD (Alibaba) 65 | 1. 张秋怡(Igalia)Joyee Cheung (Igalia) 66 | 1. 诸剑俊(英特尔) Jianjun Zhu (Intel) 67 | 1. 陈媛(英特尔) Yolanda Chen (Intel) 68 | 1. 郑宏(英特尔) Hong Zheng (Intel) 69 | 1. 朱潇然(网易) Xiaoran Zhu (Netease) 70 | 1. 李栋(字节跳动) Dong Li (Bytedance) 71 | 1. 李根(阿里巴巴)Gen Li(Alibaba) 72 | 1. 黄俊涛(腾讯) Juntao Huang (Tencent) 73 | 1. 邹静(腾讯) Yuki Zou (Tencent) 74 | 1. 许恒(度小满) Edwan Xsu (Duxiaoman) 75 | 1. Cathie Chen(腾讯) Cathie Chen (Tencent) 76 | 1. 张宇(腾讯) Yu Zhang (Tencent) 77 | 1. 高立发(信通院) Lifa Gao (China Academy of Information and Communications Technology) 78 | 1. 李朋(信通院) Peng Li (China Academy of Information and Communications Technology) 79 | 80 | ## 议程 Agenda 81 | 82 | **9:00 签到 Registration and setup** 83 | 84 | **9:30-9:45 兴趣组概况介绍 Introductions** 85 | 86 | **9:45-10:25 中文社区近期业界比较关注的Web标准,以及有标准化需求的国内Web技术 Discussions** 87 | 88 | * WebXR(20分钟) 89 | * Web Packaging(20分钟) 90 | 91 | 讨论形式如下: 92 | 93 | * 该 topic 主持人分享该标准的技术进展 5-10 分钟 The topic host shares the status of the standard for 5-10 minutes 94 | * 10-15 分钟相关讨论: 95 | * 该技术目前在公司产品是否有应用 Deployment in enterprise products 96 | * 国内是否有类似技术或者实践 Similar technologies or practices in China 97 | * 该技术在国内落地的可能性,是否存在问题 Possibility of deployment within China, and potential issues 98 | * 是否有必要开展后续专题讨论 Follow-up discussions & actions 99 | * 国内有没有需求可以输出 Output from China-specific requirements 100 | 101 | **10:25-10:45 茶歇(三楼大厅) Coffee Break (third floor)** 102 | 103 | **10:45-12:30 标准主题介绍及讨论(续)Discussions** 104 | 105 | * 下一代移动Web应用——小程序 / 快应用 / Weex / Hippy / Picasso / Taro; Next generation of Mobile Web Apps—Mini Program / Quick App / Weex / Hippy / Picasso / Taro(105分钟) 106 | 107 | **12:30-13:30 午饭(三楼大厅) Lunch (third floor)** 108 | 109 | **13:30-14:50 标准主题介绍及讨论(续二)Discussions** 110 | 111 | * WebGPU(20分钟) 112 | * WebML(20分钟) 113 | * WebAssembly(20分钟) 114 | * Web性能 Web performance(20分钟) 115 | 116 | **14:50-15:10 茶歇(三楼大厅) Coffee Break (third floor)** 117 | 118 | **15:10-16:10 标准主题介绍及讨论(续三)Discussions** 119 | 120 | * WebRTC(20分钟) 121 | * Web与多媒体 Media(20分钟) 122 | * Web支付 Payments(20分钟) 123 | 124 | **16:10-16:25 标准制定流程以及了解、贡献标准的方法和机制 Standard development process and contributing mechanisms** 125 | 126 | **16:25-16:45 翻译贡献与管理 Spec Translation** 127 | 128 | **16:45-17:30 兴趣组的未来规划和工作模式 Group's working mode and future plans** 129 | 130 | ## 地点 Location 131 | 132 | **会议举办地点 Meeting Venue** 133 | 134 | * 会场:杭州 北航杭州创新研究院 8号楼 二楼报告厅 Lecture Hall, Second Floor, Building 8, Hangzhou Innovation Research Institute of Beihang University 135 | * 提供午餐和茶歇 Lunch and coffee break provided 136 | * 地址:杭州市滨江区江汉路(江一公园对面)Jianghan Road (opposite Jiangyi Park), Binjiang District, Hangzhou 137 | 138 | **参考住宿酒店 Hotel** 139 | 140 | * [杭州白马湖建国饭店](http://www.whitehorselakejianguo.com/) (含早餐) 距离会场4公里左右 [Hangzhou White Horse Lake Jianguo Hotel](http://www.whitehorselakejianguo.com/) (breakfast included) 4 km from the venue 141 | * 协议价格:400元/晚 (Room rate: 400 RMB/night) 142 | * 预定方式:目前预订已截止 143 | 144 | ## 其他 Logistics 145 | 146 | * IRC 147 | * irc.w3.org, #chinese-web 148 | * 会议纪要 Records 149 | * 现场记录 Minutes:https://www.w3.org/2018/11/17-chinese-web-minutes.html 150 | * 总结摘要 Summary:https://www.w3.org/2018/11/17-chinese-web-meeting-summary.html 151 | -------------------------------------------------------------------------------- /meetings/2019-03-23.md: -------------------------------------------------------------------------------- 1 | # Web 中文兴趣组媒体特别任务组研讨会・2019年3月 2 | 3 | * 会议[现场讨论纪要](https://www.w3.org/2019/03/23-chinese-web-minutes.html)及[会后总结报告](https://www.w3.org/2019/03/23-chinese-web-media-summary.html)现已发布,敬请参阅! 4 | 5 | * The meeting [minutes](https://www.w3.org/2019/03/23-chinese-web-minutes.html) and [summary report](https://www.w3.org/2019/03/23-chinese-web-media-summary.html) have now been released. 6 | 7 | [W3C Web中文兴趣组](https://www.w3.org/2018/chinese-web-ig/)媒体特别任务组研讨会 **2019年3月23日 北京**,请于**3月18日(周一)前**注册参会。该媒体特别任务组基于[Web中文兴趣组启动会的讨论](https://www.w3.org/2018/11/17-chinese-web-minutes.html)而成立,是Web中文兴趣组设立的系列特别任务之一。 8 | 9 | This is the meeting page for the [W3C Chinese Web Interest Group (CWIG)](https://www.w3.org/2018/chinese-web-ig/) Media Task Force face-to-face meeting in Beijing, China on 23 March 2019. Please register before 18 March (Mon). The Media Task Force was set up according to the discussion in [CWIG's first group meeting](https://www.w3.org/2018/11/17-chinese-web-minutes.html). 10 | 11 | W3C衷心感谢阿里巴巴承办本次研讨会。 12 | 13 | W3C gratefully acknowledges Alibaba for hosting this meeting. 14 | 15 |

16 | 17 |

18 | 19 | ## 目录 Table of contents 20 | 21 | - [参会 Registration](#参会-registration) 22 | - [地点 Location](#地点-location) 23 | - [议程 Agenda](#议程-agenda) 24 | - [参会人员 Attendees](#参会人员-attendees) 25 | - [其他 Logistics](#其他-logistics) 26 | 27 | ## 参会 Registration 28 | 29 | 本次会议对[Web中文兴趣组成员](https://www.w3.org/groups/ig/chinese-web/participants)、[W3C会员](https://www.w3.org/Consortium/Member/List)和受邀嘉宾开放,请通过Pull Request添加您的姓名,或发送邮件到public-chinese-web@w3.org(您的姓名也会被添加到以下参会人员列表)。请与会者参阅[W3C道德与职业行为准则](https://www.w3.org/Consortium/cepc/)。 30 | 31 | The meeting is open to the [group participants](https://www.w3.org/groups/ig/chinese-web/participants), [W3C members](https://www.w3.org/Consortium/Member/List), and invited guests. 32 | 33 | Please add your name(s) and affiliation(s) to the list below via GitHub Pull Request, or send your request to group's public mailing list public-chinese-web@w3.org, and your name(s) will be added to this list once approved. Participants are requested to be aware of the [Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). 34 | 35 | ## 地点 Location 36 | 37 | **会议举办地点 Meeting Venue** 38 | 39 | * 会场:北京市朝阳区望京东园四区9号楼阿里中心 望京A座 05F-14岳麓书院 05F-14 Yuelu Academy, Alibaba Center, Wangjing Building A, Building 9 of Block 4 in Wangjing East Park, Chaoyang District, Beijing 40 | * 提供午餐和茶歇 Lunch and coffee break provided 41 | 42 | **公共交通**:地铁15号线望京东站C出口出站,过马路后步行约5分钟即到达阿里中心望京A座 43 | 44 | **驾车**:到达阿里中心望京A座后,可选择公共或阿里地下停车场,阿里停车场收费约10元/小时 45 | 46 | 到达阿里中心望京A座之后,请在一层的访客登记机器上,凭收到的ID号码和手机号码后四位,自助打印访客入园证,现场工作人员会在一层指引。拿到入园证后,请在阿里同学的带领下进入会场。 47 | 48 | 注:出入阿里中心均需阿里同学的全程陪同,进入会场后中途离开大楼,再次进入需重新申请访客ID。 49 | 50 | ## 议程 Agenda 51 | 52 | **8:30 签到 Registration and setup** 53 | 54 | ### 技术展望 Look into the future 55 | 56 | **9:00-9:10 开场致辞 Welcome and opening** 57 | 58 | 演讲者:朱红儒(阿里巴巴标准化部总经理) Judy Zhu (Senior Director of Alibaba Standardization Department) 59 | 60 | **9:10-9:30 A perspective on Media & Entertainment for the Web** 61 | 62 | 演讲者:François Daoust (W3C) 63 | 64 | **9:30-9:50 W3C媒体与娱乐兴趣组工作状态 W3C Media and Entertainment Interest Group Working Status** 65 | 66 | 演讲者:徐嵩(咪咕) Song Xu (Migu) 67 | 68 | **9:50-10:10 讨论环节 Discussions** 69 | 70 | **10:10-10:40 茶歇 Coffee Break** 71 | 72 | ### RTC实现 RTC deployment 73 | 74 | **10:40-11:00 阿里巴巴的RTC实践之路 RTC practice in Alibaba** 75 | 76 | 演讲者:楼剑(阿里巴巴) Jian Lou (Alibaba) 77 | 78 | **11:00-11:20 在基于WebRTC的实时流媒体系统中采用QUIC的实践 The Practice of Adapting QUIC in WebRTC-based Realtime Streaming System** 79 | 80 | 演讲者:诸剑俊(英特尔) Jianjun Zhu (Intel) 81 | 82 | **11:20-11:50 讨论环节 Discussions** 83 | 84 | **11:50-13:00 午饭 Lunch** 85 | 86 | ### 元素优化 Better elements 87 | 88 | **13:00-13:20 关于增加``元素的提案 Proposal to add the `` element** 89 | 90 | 演讲者:姚穗斌(腾讯) Vic Yao (Tencent) 91 | 92 | **13:20-13:40 弹幕标准化计划与提案 Commentary subtitles standardization Plan and Proposal** 93 | 94 | 演讲者:徐嵩(咪咕) Song Xu (Migu) 95 | 96 | **13:40-14:00 bilibili弹幕发展与实践 Development and practice of commentary subtitles in bilibili** 97 | 98 | 演讲者:谭兆歆(bilibili) Zhaoxin Tan (bilibili) 99 | 100 | **14:00-14:30 讨论环节 Discussions** 101 | 102 | **14:30-15:00 茶歇 Coffee Break** 103 | 104 | ### 视频实践 Video in practice 105 | 106 | **15:00-15:20 MPEG-DASH标准应用与实践 MPEG-DASH application and practice** 107 | 108 | 演讲者:丁建强(bilibili) Jianqiang Ding (bilibili) 109 | 110 | **15:20-15:40 音视频服务系统建设实践 Building audio and video services in Xiaomi** 111 | 112 | 演讲者:吴子敬(小米) Zijing Wu (Xiaomi) 113 | 114 | **15:40-16:00 知乎Web播放器MSE实践 Media Source Extensions™ practice in Zhihu web player** 115 | 116 | 演讲者:王天笑(知乎) Tianxiao Wang (Zhihu) 117 | 118 | **16:00-16:20 西瓜播放器在视频容器解析方向的探索 Exploration of video container analysis in xgplayer** 119 | 120 | 演讲者:银国徽(字节跳动) Guohui Yin (Bytedance) 121 | 122 | **16:20-17:00 讨论环节 Discussions** 123 | 124 | ## 参会人员 Attendees 125 | 126 | 1. François Daoust (W3C) 127 | 1. 薛富侨(W3C) Fuqiao Xue (W3C) 128 | 1. 徐嵩(中国移动咪咕公司) Song Xu (China Mobile - Migu) 129 | 1. 李琳(中国移动咪咕公司) Lin Li (China Mobile - Migu) 130 | 1. 赵磊(中国移动咪咕公司) Lei Zhao (China Mobile - Migu) 131 | 1. 陈杰(英特尔亚太研发有限公司) Jie Chen (Intel) 132 | 1. 邹钧(小米) Jun Zou (Xiaomi) 133 | 1. 刘守群(小米)Shouqun Liu (Xiaomi) 134 | 1. 黃博翔(KKStream) Huang-Po Hsiang (KKStream) 135 | 1. 陳宏益(KKBOX) Hung-Yi Chen (KKBOX) 136 | 1. 诸剑俊(英特尔亚太研发有限公司)Jianjun Zhu (Intel) 137 | 1. 俞天翔(快手) Tianxiang Yu(kwai) 138 | 1. 耿星(快手) Xing Geng(kwai) 139 | 1. 尹志达(爱奇艺)Zhida Yin(iQIYI) 140 | 1. 梁姣姣(爱奇艺)Jiaojiao Liang(iQIYI) 141 | 1. 刘立国(爱奇艺)Liguo Liu(iQIYI) 142 | 1. 贾涛(爱奇艺)Tao Jia(iQIYI) 143 | 1. 李春平(爱奇艺)Chunping Li(iQIYI) 144 | 1. 朱红儒(阿里巴巴) Judy Zhu (Alibaba) 145 | 1. 刘大鹏(阿里巴巴) Dapeng Liu (Alibaba) 146 | 1. 安勍(阿里巴巴) Qing An (Alibaba) 147 | 1. 李安琪(阿里巴巴)Angel Li (Alibaba) 148 | 1. 罗智勇(阿里巴巴)ZhiYong Luo(Alibaba) 149 | 1. 王天笑(知乎)Tianxiao Wang (Zhihu) 150 | 1. 刘武豪(知乎)Wuhao Liu (Zhihu) 151 | 1. 王成(知乎)Cheng Wang (Zhihu) 152 | 1. 李晨曦(知乎)Chenxi Li (Zhihu) 153 | 1. 陶清乾(百度) Qingqian Tao (Baidu) 154 | 1. 王宁(百度)Ning Wang(Baidu) 155 | 1. 王俊杰(百度) Junjie Wang (Baidu) 156 | 1. 朱国玺(百度) Guoxi Zhu (Baidu) 157 | 1. 杨磊(百度) Lei Yang (Baidu) 158 | 1. 安荣华(百度) Ronghua An (Baidu) 159 | 1. 黄之昊(bilibili) Zhihao Huang (bilibili) 160 | 1. 谭兆歆(bilibili) Zhaoxin Tan (bilibili) 161 | 1. 丁建强(bilibili) Jianqiang Ding (bilibili) 162 | 1. 高山(中国移动咪咕公司) Shan Gao (China Mobile - Migu) 163 | 1. 杨晨(字节跳动-抖音)Chen Yang(Bytedance - Douyin) 164 | 1. 银国徽(字节跳动)Guohui Yin(Bytedance) 165 | 1. 杨扬(字节跳动)Yang Yang(Bytedance) 166 | 1. 艾瑞坤(腾讯) Ruikun Ai (Tencent) 167 | 1. 姚国力(陌陌科技)Guoli Yao(Momo) 168 | 1. 李梦雅(陌陌科技)Mengya Li(Momo) 169 | 1. 兰培培(陌陌科技)Peipei Lan(Momo) 170 | 1. 陈功(声网)Gong Chen (Agora) 171 | 1. 毛玉杰(声网)Yujie Mao (Agora) 172 | 1. 姚穗斌(腾讯)Vic Yao (Tencent) 173 | 1. 胡皓(腾讯)Koma Hu (Tencent) 174 | 1. 陈超(腾讯)Jaycc Chen (Tencent) 175 | 1. 王石成(小米)Shicheng Wang (Xiaomi) 176 | 1. 杨刚(百度) Gang Yang (Baidu) 177 | 1. 陈汝楠(百度) Runan Chen (Baidu) 178 | 1. 郝建敏(新浪) Jianmin Hao (Sina) 179 | 1. 张威 (新浪)Wei Zhang (Sina) 180 | 1. 魏博文(微博) Bowen Wei (Weibo) 181 | 1. 吴子敬(小米)Zijing Wu (Xiaomi) 182 | 1. 王小飞(小米)Xiaofei Wang (Xiaomi) 183 | 1. 梁善桂(小米)Shangui Liang (Xiaomi) 184 | 1. 何文力(奇虎360)Wenli He (Qihoo 360) 185 | 1. 海涵(作业帮教育) Han Hai (ZYBang) 186 | 1. 范振超(作业帮教育) Zhenchao Fan (ZYBang) 187 | 1. 周元元(新浪) Wayne Zhou (Sina) 188 | 1. 石也军(小米)Yejun Shi (Xiaomi) 189 | 1. 刘忠彬(面包理想) Leo Lau (Bread & Dream) 190 | 1. 彭梅(字节跳动)Mei Peng(bytedance) 191 | 1. 刘善源(字节跳动)Shanyuan Liu(bytedance) 192 | 1. 曾维宏 (阿里巴巴) Wesley Zeng (Alibaba) 193 | 1. 周珏嘉(小米)Juejia Zhou (Xiaomi) 194 | 1. 姜霁珊(小米)Jishan Jiang (Xiaomi) 195 | 1. 刘超(小米)Chao Liu (Xiaomi) 196 | 1. 盖红旭(新浪)Hongxu Gai (Sina) 197 | 1. 吕毅(阿里巴巴) Louis Vector (Alibaba) 198 | 1. 王志广(小米)Zhiguang Wang(Xiaomi) 199 | 1. 陈龚(小米)Gong Chen (Xiaomi) 200 | 1. 李振杰(W3C) Zhenjie Li (W3C) 201 | 1. 贾雪远(W3C) Xueyuan Jia (W3C) 202 | 1. 吴小倩(W3C) Xiaoqian Wu (W3C) 203 | 1. 王春梅(中国移动) Chunmei Wang (China Mobile) 204 | 1. 张志远(中国移动) Zhiyuan Zhang (China Mobile) 205 | 1. 吴耀华(中国移动咪咕) Yaohua Wu (China Mobile - Migu) 206 | 1. 金锴锋(陌陌科技) Kaifeng Jin (Momo) 207 | 1. 赵萱(中国移动杭研院) Xuan Zhao (China Mobile Hangzhou R&D Center) 208 | 1. 陈加宝(中国移动杭研院) Jiabao Chen (China Mobile Hangzhou R&D Center) 209 | 1. 陆禹淳(声网) Yuchun Lu (Agora) 210 | 1. 施维(新浪) Wei Shi (Sina) 211 | 1. 严东浩(三星)Donghao Yan (Samsung) 212 | 1. 刘一騊(三星)Yitao Liu (Samsung) 213 | 1. 王洋 (字节跳动) Yang Wang (Bytedance) 214 | 1. 冉若曦(W3C)Ruoxi Ran(W3C) 215 | 1. 刘振涛(DeepMap)Lenville Leo(DeepMap) 216 | 217 | ## 其他 Logistics 218 | 219 | * IRC 220 | * irc.w3.org, #chinese-web 221 | * 会议纪要 Records 222 | * 现场记录 Minutes: https://www.w3.org/2019/03/23-chinese-web-minutes.html 223 | * 总结摘要 Summary: https://www.w3.org/2019/03/23-chinese-web-media-summary.html 224 | -------------------------------------------------------------------------------- /meetings/2019-05-11.md: -------------------------------------------------------------------------------- 1 | # Web 中文兴趣组下一代移动 Web 应用(小程序/快应用)标准化研讨会・2019年5月 2 | 3 | **本次研讨会现场纪要及会后总结现已发布如下:** 4 | * 现场记录 Minutes: https://www.w3.org/2019/05/11-chinese-web-minutes.html 5 | * 总结摘要 Summary: https://www.w3.org/2019/05/11-chinese-web-mobile-web-apps-summary.html 6 | 7 | [W3C Web中文兴趣组](https://www.w3.org/2018/chinese-web-ig/)下一代移动 Web 应用标准化研讨会 **2019年5月11日 北京**,请于**5月8日(周三)前**注册参会。(**注意:目前注册已截止!**) 8 | 9 | This is the meeting page for the [W3C Chinese Web Interest Group (CWIG)](https://www.w3.org/2018/chinese-web-ig/) Next Generation Mobile Web Apps Task Force face-to-face meeting in Beijing, China on 11 May 2019. Please register before 8 May (Wed). (**Note: The registration is now closed!**) 10 | 11 | 该研讨会基于[Web中文兴趣组启动会的讨论](https://www.w3.org/2018/11/17-chinese-web-minutes.html)而举办,是Web中文兴趣组设立的系列特别任务之一。本次研讨会的内容源于实践并专注于下一代移动 Web 应用相关的**技术**话题,目标是缩小 Web 应用与原生应用在用户体验上的差距。研讨会着重于讨论面向开发者的API的标准化,具体的实现不属于讨论范围。 12 | 13 | The Next Generation Mobile Web Apps Task Force was set up according to the discussion in [CWIG's first group meeting](https://www.w3.org/2018/11/17-chinese-web-minutes.html). The topics of this meeting will be based on current practices, and focus on **technical** issues of mobile web apps. The outcome of the discussions is to close the gap of the user experience between web apps and native apps. The meeting will focus on the standardization of APIs, and implementation details are beyond the scope of the meeting. 14 | 15 | W3C衷心感谢阿里巴巴和百度赞助本次研讨会。 16 | 17 | W3C gratefully acknowledges Alibaba and Baidu for sponsoring this meeting. 18 | 19 |

20 | 21 |   22 | 23 |   24 |

25 | 26 | ## 目录 Table of contents 27 | 28 | - [注册参会 Registration](#注册参会-registration) 29 | - [会议地点 Location](#会议地点-location) 30 | - [议程安排 Agenda](#议程安排-agenda) 31 | - [参会人员 Attendees](#参会人员-attendees) 32 | - [酒店预订 Hotels](#酒店预订-hotels) 33 | - [其他 Logistics](#其他-logistics) 34 | 35 | ## 注册参会 Registration 36 | 37 | 本次会议对[Web中文兴趣组成员](https://www.w3.org/groups/ig/chinese-web/participants)、[W3C会员](https://www.w3.org/Consortium/Member/List)和受邀嘉宾开放,请通过Pull Request添加您的姓名,或发送邮件到public-chinese-web@w3.org(您的姓名也会被添加到以下参会人员列表)。请与会者参阅[W3C道德与职业行为准则](https://www.w3.org/Consortium/cepc/)。 38 | 39 | The meeting is open to the [group participants](https://www.w3.org/groups/ig/chinese-web/participants), [W3C members](https://www.w3.org/Consortium/Member/List), and invited guests. 40 | 41 | Please add your name(s) and affiliation(s) to the list below via GitHub Pull Request, or send your request to group's public mailing list public-chinese-web@w3.org, and your name(s) will be added to this list once approved. Participants are requested to be aware of the [Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). 42 | 43 | ## 会议地点 Location 44 | 45 | **会议举办地点 Meeting Venue** 46 | 47 | * 会场:北京市海淀区知春路25号[丽亭华苑酒店](https://j.map.baidu.com/4iN0O) 三层鸿运3厅(地铁10/13号线知春路站F口出,步行约300米) 48 | * 提供午餐和茶歇 Lunch and tea break provided 49 | 50 | ## 议程安排 Agenda 51 | 52 | 本次会议主要包括以下话题: 53 | 54 | This meeting mainly includes the following topics: 55 | 56 | * 小程序和快应用解决了哪些Web还没有解决的问题,如何解决的 What problems do Mini Programs and Quick Apps solve and how 57 | * 小程序和快应用存在的问题,包括开发中遇到的问题和使用中遇到的问题 Problems met when developing and using Mini Programs and Quick Apps 58 | * 不同小程序/快应用API之间的差异、跨平台开发框架以及下一代移动 Web 应用的标准化方向 Differences between different Mini Programs / Quick Apps APIs, cross-platform development frameworks, and standardization roadmap for next-generation mobile web apps 59 | * 新场景的API New APIs 60 | 61 | **8:30 签到 Registration and setup** 62 | 63 | **9:00-9:05 小程序 chalk talk | chalk talk about Miniapp** 64 | 65 | 演讲者:朱红儒(阿里巴巴标准化部总经理) Judy Zhu (Senior Director of Alibaba Standardization Department) 66 | 67 | **9:05-9:15 W3C 会员对小程序、快应用的看法及后续可能的计划 Views on Mini Programs & Quick Apps, and possible follow-up plans** 68 | 69 | 演讲者:Philippe Le Hégaret (W3C) 70 | 71 | **9:15-9:40 PWA和小程序 PWA and Mini Programs** 72 | 73 | 演讲者:元凯宁(英特尔) Kenny Yuan (Intel) 74 | 75 | **9:40-10:05 小程序,Web技术的新应用形态 Mini Programs, a new application of Web technologies** 76 | 77 | 演讲者:雷志兴(百度) Zhixing Lei (Baidu) 78 | 79 | **10:05-10:25 茶歇 Coffee Break** 80 | 81 | **10:25-10:50 小程序的无障碍问题 Accessibility issues in Mini Programs** 82 | 83 | 演讲者:王炜(浙江大学) Wei Wang (Zhejiang University) 84 | 85 | **10:50-11:15 Web引擎如何更好服务小程序的思考和探索 Thoughts and exploration on how Web engines better serve the needs of Mini Programs** 86 | 87 | 演讲者:成国凯(阿里巴巴) Guokai Cheng (Alibaba) 88 | 89 | **11:15-11:40 快应用与场景化联动的思考 Thoughts on Quick Apps and the scenarios** 90 | 91 | 演讲者:陈胤立(小米) Yinli Chen (Xiaomi) 92 | 93 | **11:40-13:00 午饭 Lunch** 94 | 95 | **13:00-13:25 AR/AI 及 Benchmark 标准化的探索与实践 Exploration and practice of AR/AI and benchmark standardization** 96 | 97 | 演讲者:沈毅、黎欢(百度) Yi Shen, Huan Li (Baidu) 98 | 99 | **13:25-13:50 Web 3D/AR 标准化探索与实践 Exploration and practice of Web 3D and AR standardization** 100 | 101 | 演讲者:余枝强(华为) Zhiqiang Yu (Huawei) 102 | 103 | **13:50-14:15 小程序技术实践以及相关 Web 平台能力建议 Mini Programs technical practices and related Web platform standardization proposals** 104 | 105 | 演讲者:承玉(阿里巴巴) Chengyu (Alibaba) 106 | 107 | **14:15-14:35 茶歇 Coffee Break** 108 | 109 | **14:35-15:00 跨平台框架对 W3C 标准的实现达成统一 Converge the cross-platform framework APIs on W3C standards** 110 | 111 | 演讲者:郑锐奇(腾讯) Zheng Ruiqi (Tencent) 112 | 113 | **15:00-15:25 跨端开发一致性实践问题与建议 Cross-platform development consistency and related recommendations** 114 | 115 | 演讲者:王安(数字天堂) An Wang (Digital Heaven) 116 | 117 | **15:25-15:50 小程序和 Web 组件标准化提议 Mini Programs and Web Component Standardization Proposals** 118 | 119 | 演讲者:张楠(滴滴出行) Nan Zhang (DiDi Chuxing) 120 | 121 | **15:50-16:00 总结 Summary** 122 | 123 | ## 参会人员 Attendees 124 | 125 | 1. Philippe Le Hégaret (W3C) 126 | 1. 薛富侨(W3C) Fuqiao Xue (W3C) 127 | 1. 王华迪(Refinitiv) Huadi Wang (Refinitiv) 128 | 1. 蔡立勋(21CN)Lixun Cai(21CN) 129 | 1. 陶清乾(百度) Qingqian Tao(Baidu) 130 | 1. 崔广宇(携程) Guangyu Cui (Ctrip) 131 | 1. 王炜(浙江大学) Wei Wang (Zhejiang University) 132 | 1. 罗创杰(vivo) Chuangjie Luo (vivo) 133 | 1. 元凯宁(英特尔) Kenny Yuan (Intel) 134 | 1. 陈飞(百度) Fei Chen (Baidu) 135 | 1. 黎欢(百度) Huan Li (Baidu) 136 | 1. 杨刚(百度) Gang Yang (Baidu) 137 | 1. 沈毅(百度) Yi Shen (Baidu) 138 | 1. 董宏平(滴滴出行) Hongping Dong (DiDi Chuxing) 139 | 1. 李环宇(滴滴出行) Huanyu Li (DiDi Chuxing) 140 | 1. 肖晗(滴滴出行)Han Xiao (DiDi Chuxing) 141 | 1. 裴伟(腾讯)Pei Wei (Tencent) 142 | 1. 郑锐奇(腾讯) Zheng Ruiqi (Tencent) 143 | 1. 曾维宏 (阿里巴巴) Wesley Zeng (Alibaba) 144 | 1. 王宁(百度)Carlos(Baidu) 145 | 1. 杨进 (阿里巴巴) Jin Yang (Alibaba) 146 | 1. 杨智行(谷歌)Michael Yeung (Google) 147 | 1. 王安(数字天堂) An Wang (Digital Heaven) 148 | 1. 雷志兴(百度) Zhixing Lei (Baidu) 149 | 1. 冯艳玲(深信院)Yanling Feng (Shenzhen Institute of Information Techonology) 150 | 1. 王振(美团) Zhen Wang (Meituan) 151 | 1. 刘忠彬(面包理想) Leo Lau (Bread & Dream) 152 | 1. 李琳(中国移动咪咕公司) Lin Li (China Mobile - Migu) 153 | 1. 徐嵩(中国移动咪咕公司) Song Xu (China Mobile - Migu) 154 | 1. 赵磊(中国移动咪咕公司) Lei Zhao (China Mobile - Migu) 155 | 1. 陳奕鈞(墨刀) Chen Yijun (MockingBot) 156 | 1. 陈强(Refinitiv) Johnny (Qiang) Chen(Refinitiv) 157 | 1. 石珉(Refinitiv) Min Shi(Refinitiv) 158 | 1. 王洋 (字节跳动) Yang Wang (Bytedance) 159 | 1. 董霁 (信通院) Ji Dong (CAICT) 160 | 1. 刘守群 (小米) Shouqun Liu (Xiaomi) 161 | 1. 刘思杨 (百度) Siyang Liu (Baidu) 162 | 1. 李笑如 (百度) Xiaoru Li (Baidu) 163 | 1. 孟令君 (百度) Lingjun Meng (Baidu) 164 | 1. 魏嘉汛 (百度) Jiaxun Wei (Baidu) 165 | 1. 刘超凡 (百度) Chaofan Liu (Baidu) 166 | 1. 武杰(好未来教育) Jie Wu (TAL) 167 | 1. 伊美丹(好未来教育) Meidan Yi (TAL) 168 | 1. 梁源(腾讯) Yuan Liang (Tencent) 169 | 1. 卢建民(腾讯) Jianmin Lu (Tencent) 170 | 1. 侯鹏(阿里巴巴) Peng Hou (Alibaba) 171 | 1. 姜霁珊(小米) Jishan Jiang (Xiaomi) 172 | 1. 余枝强(华为) Zhiqiang Yu (Huawei) 173 | 1. 林万铭(英特尔)Wanming Lin(Intel) 174 | 1. 张敏(英特尔)Min Zhang(Intel) 175 | 1. 张琦(英特尔)Qi Zhang(Intel) 176 | 1. 李安琪(阿里巴巴)Anqi Li(Alibaba) 177 | 1. 安勍(阿里巴巴)Qing An(Alibaba) 178 | 1. 吴小倩(W3C)Xiaoqian Wu(W3C) 179 | 1. 冉若曦(W3C)Ruoxi Ran(W3C) 180 | 1. 贾雪远(W3C)Xueyuan Jia(W3C) 181 | 1. 李文森(新浪)Vincent Li(Sina) 182 | 1. 敖爽 (新浪) Shuang Ao (Sina) 183 | 1. 商楠(字节跳动)Nan Shang(Bytedance) 184 | 1. 周丹(百度)Dan Zhou(Baidu) 185 | 1. 许恒(度小满)Heng Xu(Duxiaoman) 186 | 1. 常豆(度小满)Dou Chang(Duxiaoman) 187 | 1. 李江卫(阿里巴巴)Jiangwei Li(Alibaba) 188 | 1. 吴栋磊(阿里巴巴)Donglei Wu(Alibaba) 189 | 1. 李晓娟(小米)Xiaojuan Li(Xiaomi) 190 | 1. 李琪(小米)Qi Li(Xiaomi) 191 | 1. 文桥(小米)Qiao Wen(Xiaomi) 192 | 1. 任伟博(小米)Weibo Ren(Xiaomi) 193 | 1. 吕毅(阿里巴巴)Louis Vector (Alibaba) 194 | 1. 张霖哲(阿里巴巴)Taxus Zhang (Alibaba) 195 | 1. 朱红儒(阿里巴巴) Judy Zhu (Alibaba) 196 | 1. 王石成(小米)Shicheng Wang(Xiaomi) 197 | 1. 陈胤立(小米)Yinli Chen(Xiaomi) 198 | 1. 董红光(小米)Hongguang Dong(Xiaomi) 199 | 1. 董永清(小米)Yongqing Dong(Xiaomi) 200 | 1. 左契(阿里巴巴)Zuoqi(Alibaba) 201 | 1. 承玉(阿里巴巴)Chengyu(Alibaba) 202 | 1. 一杉(阿里巴巴)Yishan(Alibaba) 203 | 1. 周海龙(趣头条)Hailong Zhou (Qutoutiao) 204 | 1. 李亚飞(趣头条)Yafei Li (Qutoutiao) 205 | 1. 辛鹏贺(颐月)Penghe Xin(Moonalpha) 206 | 1. 寇峰(颐月)Feng Kou(Moonalpha) 207 | 1. 董彦(颐月)Yan Dong(Moonalpha) 208 | 1. 田一伊(颐月)Yiyi Tian(Moonalpha) 209 | 1. 程琳(颐月)Lin Cheng(Moonalpha) 210 | 1. 李朋(信通院)Peng Li(CAICT) 211 | 1. 高立发(信通院)Lifa Gao(CAICT) 212 | 1. 吴双力(中科院)Shuangli Wu(CAS) 213 | 1. 孔祥宇(度小满)Xiangyu Kong (Duxiaoman) 214 | 1. 张楠(滴滴出行) Nan Zhang (DiDi Chuxing) 215 | 1. 成国凯(阿里巴巴) Guokai Cheng (Alibaba) 216 | 1. 王洁(度小满)Jie Wang (Duxiaoman) 217 | 1. 刘定坤(傲游) Dingkun Liu (Maxthon) 218 | 1. 罗万明(中国科学院) Wanming Luo (CNIC) 219 | 1. 刘倩(中国科学院) Qian Liu (CNIC) 220 | 1. 朱京乔(中国科学院) Jingqiao Zhu (CNIC) 221 | 1. 李琢(中国科学院) Zhuo Li (CNIC) 222 | 1. 孙善鹏(中国科学院) Shanpeng Sun (CNIC) 223 | 1. 余敏槠(中国科学院) Minzhu Yu (CNIC) 224 | 1. 常旭征(中国科学院) Xuzheng Chang (CNIC) 225 | 1. 於一飞(小米)Yifei Yu(Xiaomi) 226 | 1. 李松峰(360) Songfeng Li (360) 227 | 1. 安佳(360) Jia An (360) 228 | 1. 高峰(360) Feng Gao (360) 229 | 1. 孙良木(小米)Liangmu Sun(Xiaomi) 230 | 231 | 注:因场地限制,本次会议注册人数上限为105人。 232 | 233 | ## 酒店预订 Hotels 234 | 235 | **参考协议酒店 Hotel** 236 | 237 | * [北京丽亭华苑酒店](https://j.map.baidu.com/4iN0O) [Park Plaza Beijing Science Park](https://j.map.baidu.com/4iN0O) 238 | * 地址:北京市海淀区知春路25号 No. 25 Zhichun Road, Haidian District, Beijing 239 | * 协议价格:628元/晚,含单早 Room Rate: 628RMB/night, One Breakfast included 240 | 241 | * [北京唯实国际文化交流中心](http://www.weishihotel.com) [Beijing Vision Hotel](http://www.weishihotel.com) 242 | * 地址:北京市海淀区学院路39号 No. 39 Xueyuan Road, Haidian District, Beijing 243 | * 距会场950米,步行13分钟可达 950m from the meeting venue, 13 minutes walking 244 | * 协议价格:638元/晚,不含早餐,早餐90元/位 Room Rate: 638RMB/night, Breakfast NOT included, Breakfast costs 90RMB/person 245 | 246 | * [北京航空航天大学培训中心](https://j.map.baidu.com/B9UBO) [Beihang University Training Center](https://j.map.baidu.com/B9UBO) 247 | * 地址:北京市海淀区学院路37号 No. 37 Xueyuan Road, Haidian District, Beijing 248 | * 距会场850米,步行11分钟可达 850m from the meeting venue, 11 minutes walking 249 | * 协议价格:358元/晚,含双早 Room Rate: 358RMB/night, Two Breakfasts included 250 | 251 | **预订方式 Booking** 252 | 253 | 目前预订已截止 254 | 255 | ## 其他 Logistics 256 | 257 | * IRC 258 | * irc.w3.org, #chinese-web 259 | * 会议纪要 Records 260 | * 现场记录 Minutes: https://www.w3.org/2019/05/11-chinese-web-minutes.html 261 | * 总结摘要 Summary: https://www.w3.org/2019/05/11-chinese-web-mobile-web-apps-summary.html 262 | -------------------------------------------------------------------------------- /meetings/2020-08-29.md: -------------------------------------------------------------------------------- 1 | # WebAssembly 线上研讨会・2020年8月 2 | 3 | [W3C Web中文兴趣组](https://www.w3.org/2018/chinese-web-ig/) WebAssembly 线上研讨会将于**2020年8月29日**举行,请于**8月27日(周四)前**注册参会。(**注意:目前注册已截止!**) 4 | 5 | **【提示】** 会议接入方式已发送至每位与会者邮箱,若您尚未收到会议信息,请邮件联系:薛富侨 <>、贾雪远 <>。 6 | 7 | This is the meeting page for the [W3C Chinese Web Interest Group (CWIG)](https://www.w3.org/2018/chinese-web-ig/) virtual meeting on WebAssembly, on 29 August 2020. Please register before 27 August (Thursday). (**Note: The registration is now closed!**) 8 | 9 | **Note:** meeting logistics have been emailed to attendees individually. Please contact Fuqiao Xue <> or Xueyuan Jia <> if you haven't received the meeting info. 10 | 11 | 本次研讨会的内容源于实践并专注于 WebAssembly 相关的技术话题。 12 | 13 | The topics of this meeting will be based on current practices, and the meeting will focus on technical discussions of WebAssembly. 14 | 15 | ## 目录 Table of contents 16 | 17 | - [WebAssembly 线上研讨会・2020年8月](#webassembly-线上研讨会2020年8月) 18 | - [目录 Table of contents](#目录-table-of-contents) 19 | - [注册参会 Registration](#注册参会-registration) 20 | - [议程安排 Agenda](#议程安排-agenda) 21 | - [参会人员 Attendees](#参会人员-attendees) 22 | - [其他 Logistics](#其他-logistics) 23 | 24 | ## 注册参会 Registration 25 | 26 | 本次会议对[Web中文兴趣组成员](https://www.w3.org/groups/ig/chinese-web/participants)、[W3C会员](https://www.w3.org/Consortium/Member/List)和受邀嘉宾开放,请通过Pull Request添加您的姓名及单位名称,或发送邮件到public-chinese-web@w3.org(您的姓名及单位也会被添加到以下参会人员列表)。请与会者遵守[《W3C职业道德与行为准则》](https://www.w3.org/Consortium/cepc/)。 27 | 28 | The meeting is open to the [group participants](https://www.w3.org/groups/ig/chinese-web/participants), [W3C members](https://www.w3.org/Consortium/Member/List), and invited guests. Please add your name(s) and affiliation(s) to the list below via GitHub Pull Request, or send your request to group's public mailing list public-chinese-web@w3.org, and your name(s) will be added to this list once approved. Participants are requested to follow the [Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). 29 | 30 | 31 | ## 议程安排 Agenda 32 | 33 | **参考资料 Reference material** 34 | 35 | * 标准文档:[WebAssembly核心规范](https://www.w3.org/TR/wasm-core-1/)、[WebAssembly Web API](https://www.w3.org/TR/wasm-web-api-1/)、[WebAssembly JavaScript Interface ](https://www.w3.org/TR/wasm-js-api-1/) 36 | * 其他资料:[Lin Clark对WebAssembly的介绍](https://www.w3.org/2019/09/Meetup/speaker-lin.html) 37 | 38 | **议程详情如下 Detailed Agenda** 39 | 40 | * 14:00-14:10 会议开场及介绍(主持人:顾轶灵 - Web 中文兴趣组主席) 41 | * 14:10-14:30 WebAssembly 浅谈及使用实践(讲者:赵磊 - 中国移动咪咕) 42 | * 14:30-14:40 话题问答及讨论 43 | * 14:40-15:00 WASM/WASI 在国内外的主要应用场景(讲者:于航 - PayPal) 44 | * 15:00-15:10 话题问答及讨论 45 | * 15:10-15:30 WebAssembly 在多媒体场景的实践与思考(讲者:高裕轩 - bilibili) 46 | * 15:30-15:40 话题问答及讨论 47 | * 15:40-15:50 休息 48 | * 15:50-16:10 WebAssembly Micro Runtime:一个跨越从嵌入式到云端的超轻量级新型容器(讲者:王鑫 - Intel) 49 | * 16:10-16:20 话题问答及讨论 50 | * 16:20-16:40 基于 LLVM 的 V8 WebAssembly AOT 编译器(讲者:林作健 - 阿里巴巴) 51 | * 16:40-16:50 话题问答及讨论 52 | * 16:50-17:10 WASM 到 RISC-V AOT 的编译器实现(讲者:叶万标 - Cryptape) 53 | * 17:10-17:20 话题问答及讨论 54 | * 17:20-17:30 会议总结(主持人:顾轶灵 - Web 中文兴趣组主席) 55 | 56 | ## 参会人员 Attendees 57 | 58 | 1. 薛富侨(W3C) Fuqiao Xue (W3C) 59 | 1. 贾雪远(W3C) Xueyuan Jia (W3C) 60 | 1. 吴小倩(W3C) Xiaoqian Wu (W3C) 61 | 1. 龚凯 (ByteDance) Kai Gong (ByteDance) 62 | 1. 叶万标(Cryptape) Wanbiao Ye (Cryptape) 63 | 1. 吴成琦 (腾讯) Chengqi Wu (Tencent) 64 | 1. 李琳(中国移动) Lin Li(China Mobile) 65 | 1. 江岳勋(腾讯)Yuexun Jiang (Tencent) 66 | 1. 旷旭卿(腾讯) XQ Kuang (Tencent) 67 | 1. 沈泽堃(腾讯)Zekun Shen(Tencent) 68 | 1. 秦睦迪(腾讯) Erik Qin(Tencent) 69 | 1. 周明礼(腾讯) Liz Zhou (Tencent) 70 | 1. 陈旭东(腾讯) Xudong Chen (Tencent) 71 | 1. 姚嘉隆(腾讯) Eno Yao (Tencent) 72 | 1. 木轶(阿里巴巴) Yi Mu (Alibaba) 73 | 1. 吕烨鑫(百度) Yexin Lyu (Baidu) 74 | 1. 李杰(华为) Jie Li(Huawei) 75 | 1. 石磊 (英特尔)Luc Shi (Intel) 76 | 1. 黄文勇 (英特尔) Wenyong Huang (Intel) 77 | 1. 戴天宇(腾讯)Tianyu Dai(Tencent) 78 | 1. 孙宜进(阿里巴巴) YiJin Sun(Alibaba) 79 | 1. 杨斌(阿里巴巴) Bin Yang(Alibaba) 80 | 1. 秦晓康(阿里巴巴) Xiaokang Qin(Alibaba) 81 | 1. 吴忠敏(英特尔) Zhongmin Wu(Intel) 82 | 1. 王贝珊(腾讯)Basin Wang(Tencent) 83 | 1. 郭佩佩(中国移动)Peipei Guo(China Mobile) 84 | 1. 徐颖隽(华为) Yingjun Xu(Huawei) 85 | 1. 兰明波(华为) Mingbo Lan(Huawei) 86 | 1. 张俊(华为) Bill Zhang(Huawei) 87 | 1. 余银(龙芯中科) Yin Yu(Loongson) 88 | 1. 方正(腾讯) Zheng Fang(Tencent) 89 | 1. 陈亚军(中国移动) Yajun Chen(China Mobile) 90 | 1. 姚长力(龙芯中科) Changli Yao(Loongson) 91 | 1. 魏嘉汛(百度) Jiaxun Wei(Baidu) 92 | 1. 车武略(百度)Jack Che (Baidu) 93 | 1. 粘永(百度) Yong Nian(Baidu) 94 | 1. 黄凤栗(百度) Fengli Huang(Baidu) 95 | 1. 陈超(腾讯) Chen Chao(Tencent) 96 | 1. 潘子豪(百度) Zihao Pan(Baidu) 97 | 1. 张翰(阿里巴巴) Hanks Zhang (Alibaba) 98 | 1. 林万铭 (英特尔) Wanming Lin (Intel) 99 | 1. 包婧(英特尔) Jing Bao (Intel) 100 | 1. 尹纬(阿里巴巴) Wei Yin(Alibaba) 101 | 1. 佬龙(阿里巴巴) Long Lao(Alibaba) 102 | 1. 蔡灏旻(华为) Haomin Tsai(Huawei) 103 | 1. 杜魏(华为) Wei Du(Huawei) 104 | 1. 敬锐(华为) Rui jing(Huawei) 105 | 1. 姜鹏飞(华为) Pengfei Jiang(Huawei) 106 | 1. 雷钟凯(华为) Zhongkai Lei(Huawei) 107 | 1. 卢景晓(华为) Jingxiao Lu(Huawei) 108 | 1. 王佐(阿里巴巴) Zuo Wang(Alibaba) 109 | 1. 曾维宏(阿里巴巴) Weihong Zeng(Alibaba) 110 | 1. 腾松松(阿里巴巴) Songsong Teng(Alibaba) 111 | 1. 廖凯明(Google) Kaiming Liao(Google) 112 | 1. 丁建强(bilibili) Jianqiang Ding(bilibili) 113 | 1. 田秋然(bilibili) Qiuran Tian(bilibili) 114 | 1. 唐君行(bilibili) Junxing Tang(bilibili) 115 | 1. 吴世阳(bilibili) Shiyang Wu(bilibili) 116 | 1. 金邦飞(bilibili) Bangfei Jin(bilibili) 117 | 1. 叶天晓(bilibili) Tianxiao Ye(bilibili) 118 | 1. 李晓波(bilibili) Xiaobo Li(bilibili) 119 | 1. 董兴楷(bilibili) Xingkai Dong(bilibili) 120 | 1. 高裕轩(bilibili) Yuxuan Gao(bilibili) 121 | 1. 邱凯翔(bilibili) Kaixiang Qiu(bilibili) 122 | 1. 陈波(bilibili) Bo Chen(bilibili) 123 | 1. 付强(bilibili) Qiang Fu(bilibili) 124 | 1. 杨建东(华为) Jiandong Yang(Huawei) 125 | 1. 杨昌俊(华为) Changjun Yang(Huawei) 126 | 1. 张晓峰(华为) Xiaofeng Zhang(Huawei) 127 | 1. 李亚男(北京邮电大学) Yanan Li(BUPT) 128 | 1. 高纯(声网) Chun Gao(Agora) 129 | 1. 杨晨(快手) Chen Yang(KuaiShou) 130 | 1. 于航(PayPal) Jason Yu(PayPal) 131 | 1. 何凯(百度) Kai He(Baidu) 132 | 1. 孙冰心(华为) Bingxin Sun(Huawei) 133 | 1. 白招据(阿里巴巴) Zhaoju Bai(Alibaba) 134 | 1. 陈颖(华为) Ying Chen(Huawei) 135 | 1. 杨祥(华为) Xiang Yang(Huawei) 136 | 1. 刘耀明(华为) Yaoming Liu(Huawei) 137 | 1. 刘仕威(腾讯) Louis Liu(Tencent) 138 | 1. 谭志杰(北京邮电大学) Zhijie Tan(BUPT) 139 | 1. 王洋(Bytedance) Yang Wang (Bytedance) 140 | 1. 王宁(百度) Ning Wang(Baidu) 141 | 1. 胡玖龙(阿里巴巴) Jiulong Hu(Alibaba) 142 | 1. 庄新磊(喜马拉雅) Xinlei Zhuang (Himalaya) 143 | 1. 徐君(英特尔) Jun Xu (Intel) 144 | 1. 王宁(英特尔) Ning Wang(Intel) 145 | 1. 李争(腾讯)Zheng Li(Tencent) 146 | 1. 王鑫(英特尔)Xin Wang(Intel) 147 | 1. 林作健(阿里巴巴)Zuojian Lin(Alibaba) 148 | 1. 单华琦(中国移动)Huaqi Shan (CMCC) 149 | 1. 倪成华(网易) Chenghua Ni(Netease) 150 | 1. 陈则伦(网易) Zelun Chen(Netease) 151 | 1. 撖书良 (英特尔) Leon Han (Intel) 152 | 1. 黎欢(百度) Huan Li (Baidu) 153 | 1. 杨刚(百度) Gang Yang (Baidu) 154 | 1. 李欢欢 (百度) Huanhuan Li (Baidu) 155 | 1. 曾泓浩(百度) Honghao Zeng (Baidu) 156 | 1. 黄伟钗(百度) Weichai Huang (Baidu) 157 | 1. 邓宇光(百度) Yuguang Deng(Baidu) 158 | 1. 来克胜(百度) Kesheng Lai(Baidu) 159 | 1. 程柳(Shopify) Willow Cheng (Shopify) 160 | 1. 韩天奇(数坤) Tianqi Han(Shukun) 161 | 1. 陈建强(数坤) Jianqiang Chen(Shukun) 162 | 1. 洪帆(数坤) Fan Hong(Shukun) 163 | 1. 梁智将(数坤) Zhijiang Liang(Shukun) 164 | 1. 卢娜(数坤) Na Lu(Shukun) 165 | 1. 袁媛(数坤) Yuan Yuan(Shukun) 166 | 1. 赵雅(数坤) Ya Zhao(Shukun) 167 | 1. 陈嘉恺(北京复方科技) Hawkeyes Wind(Fu-fang) 168 | 1. 刘振涛(DeepMap) Zhentao Liu (DeepMap) 169 | 1. 袁勇(京东) Yong Yuan(JD) 170 | 1. 于守仁(阿里巴巴) Shouren Yu(Alibaba) 171 | 1. 杨天(阿里巴巴) Tian Yang(Alibaba) 172 | 1. 杨志(腾讯) Zhi Yang(Tencent) 173 | 1. 姚乐(英特尔) Le Yao (Intel) 174 | 1. 乐慧丰(英特尔) Huifeng Le(Intel) 175 | 1. 幸冠宇(英特尔) Guanyu Xing(Intel) 176 | 1. 赵复生(英特尔) Fusheng Zhao(Intel) 177 | 1. 侯明鹏(机械科学研究总院) Mingpeng Hou(CAMTC) 178 | 1. 杜士华(京东) Shihua Du(JD) 179 | 1. 卢耀华(腾讯) Yaohua Lu (Tencent) 180 | 1. 刘德峰(腾讯) Defeng Liu(Tencent) 181 | 1. 赵虹(阿里巴巴) Hong Zhao(Alibaba) 182 | 1. 杨东来(阿里巴巴) Donglai Yang (Alibaba) 183 | 1. 肖子翔(阿里巴巴) Zixiang Xiao(Alibaba) 184 | 1. 张翼飞(阿里巴巴) Yifei Zhang (Alibaba) 185 | 1. 朱金鹏(华为) Jinpeng Zhu (Huawei) 186 | 1. 王辉(华为) Hui Wang(Huawei) 187 | 1. 马申彦(腾讯) Kimi Ma (Tencent) 188 | 1. 范明非(阿里巴巴) Mingfei Fan (Alibaba) 189 | 1. 郭文涛(360) Wentao Guo(360) 190 | 1. 陶铖(腾讯) Cheng Tao(Tencent) 191 | 1. 程帅(华为) Shuai Cheng (Huawei) 192 | 1. 胡晓维(Second State) Xiaowei Hu(Second State) 193 | 1. 顾轶灵(百度) Yiling Gu(Baidu) 194 | 1. 赵磊(中国移动咪咕) Lei Zhao(Migu) 195 | 1. 应若愚(英特尔) Ruoyu Ying (Intel) 196 | 1. 李成(Intel) Cheng Li(Intel) 197 | 1. 吴龙(网易) Long Wu (Netease) 198 | 1. 欧波同(加州大学洛杉矶分校) Botong Ou(UCLA) 199 | 1. 吕毅(阿里巴巴) Yi Lv(Alibaba) 200 | 1. 金鑫(华为) Xin Jin (Huawei) 201 | 1. 聂延凯(北京荣联科技) YanKai Nie(UEC) 202 | 1. 张毓(华为) Zhang Yu(Huawei) 203 | 1. 何洪波(中科院) Hongbo He(CAS) 204 | 1. 种洋(华为) Chong Yang(Huawei) 205 | 1. 薛英琛(字节跳动)Yingchen Xue (ByteDance) 206 | 207 | ## 其他 Logistics 208 | 209 | * IRC(线上讨论/记录频道) 210 | * irc.w3.org, #chinese-web 211 | * 远程接入方式 212 | * 会议接入信息将于**8月28日**单独发送至与会者邮箱,请留意查收。 213 | 214 | -------------------------------------------------------------------------------- /meetings/2021-07.md: -------------------------------------------------------------------------------- 1 | # 沉浸式 Web 线上研讨会・2021年7月 2 | # Virtual Meeting on Immersive Web Standards, July 2021 3 | 4 | [W3C Web中文兴趣组](https://www.w3.org/2018/chinese-web-ig/index.zh-Hans.html) 沉浸式 Web 线上研讨会将于**2021年7月24日**举行,请于**7月22日(周四)前**注册参会。 5 | 6 | This is the meeting page for the [W3C Chinese Web Interest Group (CWIG)](https://www.w3.org/2018/chinese-web-ig/) virtual meeting on Immersive Web, on 24 July 2021. Please register before 22 July (Thursday). 7 | 8 | 本次研讨会的内容源于实践并专注于 Web 上的 VR/AR/XR 相关的技术话题。会议包含提前预录的讲者报告(提供中英字幕)和实时的线上讨论环节(中文)。 9 | 10 | The topics of this meeting will be based on current practices and standards, and the meeting will focus on technical discussions of VR/AR/XR on the Web. The meeting consists of pre-recorded talks (with captions in English and Chinese) and live sessions in Chinese. 11 | 12 | W3C感谢深圳市人工智能与机器人研究院协办本次研讨会。 13 | 14 | W3C acknowledges the Shenzhen Institute of Artificial Intelligence and Robotics for Society for co-organizing this meeting. 15 | 16 | ## 目录 Table of contents 17 | 18 | - [沉浸式 Web 线上研讨会 Virtual Meeting on Immersive Web Standards](#沉浸式-web-线上研讨会2021年7月) 19 | - [目录 Table of contents](#目录-table-of-contents) 20 | - [注册参会 Registration](#注册参会-registration) 21 | - [预录报告 Pre-recorded talks](#预录报告-pre-recorded-talks) 22 | - [议程安排 Live sessions](#议程安排-live-sessions) 23 | - [接入工具及交流方式 Logistics](#接入工具及交流方式-logistics) 24 | - [参考资料 Reference material](#参考资料-reference-material) 25 | 26 | ## 注册参会 Registration 27 | 28 | **本次会议对[Web中文兴趣组成员](https://www.w3.org/groups/ig/chinese-web/participants)、[W3C会员](https://www.w3.org/Consortium/Member/List)和受邀嘉宾开放,请在[这里](https://labs.w3.org/beihang/signup/2021-chinese-ig-xr)注册。** 29 | 30 | **The meeting is open to the [group participants](https://www.w3.org/groups/ig/chinese-web/participants), [W3C members](https://www.w3.org/Consortium/Member/List), and invited guests. Please [register online](https://labs.w3.org/beihang/signup/2021-chinese-ig-xr).** 31 | 32 | 请与会者遵守[《W3C职业道德与行为准则》](https://www.w3.org/Consortium/cepc/)。 33 | 34 | Participants are requested to follow the [Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). 35 | 36 | 37 | ## 预录报告 Pre-recorded talks 38 | 39 | **[WebXR现状与未来](https://www.w3.org/2021/07/chinese-ig-xr/talks/webxr-today-tomorrow.html?lang=zh-hans) [WebXR: What you can do today & what's coming tomorrow](https://www.w3.org/2021/07/chinese-ig-xr/talks/webxr-today-tomorrow.html?lang=en)** 40 | 41 | 演讲者:Ada Rose Cannon(三星) 42 | 43 | **[XR 无障碍用户需求](https://www.w3.org/2021/07/chinese-ig-xr/talks/a11y-josh.html?lang=zh-hans) [XR Accessibility](https://www.w3.org/2021/07/chinese-ig-xr/talks/a11y-josh.html?lang=en)** 44 | 45 | 演讲者:Joshue O Connor (W3C) 46 | 47 | ## 议程安排 Live sessions 48 | 49 | * 14:00-14:10 会议开场及介绍(主持人:王子韬 - Web 中文兴趣组主席) 50 | * 14:10-14:25 预录视频:WebXR现状与未来(讲者:Ada Rose Cannon - W3C沉浸式Web工作组及社区组主席) 51 | * 14:25-14:55 跨平台移动Web AR的关键技术介绍及应用(讲者:黄亚坤 - 北京邮电大学) 52 | * 14:55-15:25 WebXR探索与实践(讲者:张浩 - 华为) 53 | * 15:25-15:55 关于体积视频 - WebXR中的沉浸式内容(讲者:邵志兢 - 普罗米修斯视觉) 54 | * 15:55-16:05 休息 55 | * 16:05-16:20 预录视频:XR 无障碍用户需求(讲者:Joshue O Connor - W3C) 56 | * 16:20-16:50 AI驱动下的XR内容生成(讲者:田第鸿 刘聪 - 深圳市人工智能与机器人研究院扩展现实研究中心) 57 | * 16:50-17:20 AR/VR产品设计分析和发展趋势预测(讲者:姜茂山 - 联想) 58 | * 17:20-17:30 会议总结(主持人:王子韬 - Web 中文兴趣组主席) 59 | 60 | ## 接入工具及交流方式 Logistics 61 | 62 | * Zoom 63 | * 我们将使用 Zoom 作为本次会议的线上接入工具,具体接入方式将单独发送至与会者会议注册时提供的邮箱,敬请留意。 64 | * We will use Zoom as the video conferencing platform for this meeting. The logistics will be sent to the email address provided by the participants. 65 | 66 | * 微信群 WeChat Group 67 | * 为方便与会者间的实时交流,我们将设立参会者微信群。完成会议注册后即可获悉入群方式。 68 | * To facilitate real-time communication among meeting participants, we will set up a WeChat group. Joining instructions will be sent to the participants after registration. 69 | 70 | ## 参考资料 Reference material 71 | 72 | * 标准文档: 73 | * [WebXR Device API](https://immersive-web.github.io/webxr/) 74 | * 其他资料: 75 | * [WebXR Device API Explainer](https://github.com/immersive-web/webxr/blob/master/explainer.md) 76 | * [WebXR Device API on MDN](https://developer.mozilla.org/en-US/docs/Web/API/WebXR_Device_API) 77 | * [WebXR Samples](https://immersive-web.github.io/webxr-samples/) 78 | -------------------------------------------------------------------------------- /tf/media/README.md: -------------------------------------------------------------------------------- 1 | # 媒体特别任务组 | Media Task Force 2 | 3 | 该特别任务组为媒体相关的技术讨论而设立。 4 | 5 | This task force provides a forum for media-related technical discussions in China. 6 | 7 | ## 用例和技术提案 Use cases and technical proposals 8 | 9 | * [弹幕用例和技术提案 Danmaku](https://w3c.github.io/danmaku/) 10 | -------------------------------------------------------------------------------- /tf/mini-app/README.md: -------------------------------------------------------------------------------- 1 | # MiniApps 特别任务组 2 | 3 | 该特别任务组为 MiniApps 相关的技术讨论而设立。 4 | 5 | This task force was established for technical discussions related to MiniApps. 6 | 7 | ## 文档 Documents 8 | 9 | * [Specs](https://github.com/w3c/miniapp/tree/gh-pages/specs) 10 | * [MiniApp Standardization White Paper](https://w3c.github.io/miniapp-white-paper/) 11 | -------------------------------------------------------------------------------- /tf/mini-app/outline-en.md: -------------------------------------------------------------------------------- 1 | # Mini App API Discussion 2 | 3 | This document explains the what is Mini App, and discusses the possible standardization needs for Mini App API. 4 | 5 | ## Possible contents that can be standardized 6 | 7 | ### Network 8 | 9 | Possible standardization contents: 10 | * Network status 11 | * Network HTTP 12 | * Network WebSocket 13 | 14 | Relevant spec: 15 | * [Network Information API](https://wicg.github.io/netinfo/) 16 | 17 | ### Device 18 | 19 | Possible standardization contents: 20 | * Vibration 21 | * Clipboard 22 | * Screen brightness 23 | * Phone call 24 | 25 | Relevant spec: 26 | * [Vibration API](https://www.w3.org/TR/vibration/) 27 | * [Clipboard API and events](https://www.w3.org/TR/clipboard-apis/) 28 | * [Screen Capture](https://www.w3.org/TR/2016/WD-screen-capture-20160714/) 29 | 30 | ### Media 31 | 32 | Possible standardization contents: 33 | * Image: choose image from local album, take a image using camera, image preview, save image to local album, compress image 34 | * Audio: play, pause, stop 35 | * Video: play, pause, stop, choose video from local album, save video to local album 36 | * Recorder 37 | 38 | Relevant spec: 39 | * [Web Audio API](https://www.w3.org/TR/2018/CR-webaudio-20180918/) 40 | * [Audio Output Devices API](https://www.w3.org/TR/2017/CR-audio-output-20171003/) 41 | * [MediaStream Recording](https://www.w3.org/TR/2017/WD-mediastream-recording-20170621/) 42 | 43 | ### Location 44 | 45 | Possible standardization contents: 46 | * Get location 47 | 48 | Relevant spec: 49 | * [Geolocation API](https://www.w3.org/TR/geolocation-API/) 50 | * [Geolocation Sensor](https://www.w3.org/TR/geolocation-sensor/) 51 | 52 | ### Storage/File 53 | 54 | Possible standardization contents: 55 | * File: save file, get file info, get saved file list, remove saved file 56 | * Local Storage: get storage, set storage, remove storage, etc. 57 | 58 | Relevant spec: 59 | * [IndexedDB](https://w3c.github.io/IndexedDB/) 60 | * [File API](https://www.w3.org/TR/FileAPI/) 61 | * [Native File System](https://wicg.github.io/native-file-system/) 62 | * [Web storage](https://html.spec.whatwg.org/multipage/webstorage.html#the-localstorage-attribute) 63 | 64 | ### Configuration 65 | 66 | * Setting of pages directories, windows, tab bar, navigation bar, etc. 67 | 68 | Relevant spec: 69 | * [Web App Manifest](https://www.w3.org/TR/appmanifest/) 70 | 71 | ### Components 72 | 73 | Relevant spec: 74 | * HTML: [template](https://html.spec.whatwg.org/multipage/scripting.html#the-template-element), [custom elements](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements), [ES modules](https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-module-system) 75 | * CSS: [CSS Scoping](https://drafts.csswg.org/css-scoping/), [CSS Shadow Parts](https://drafts.csswg.org/css-shadow-parts/) 76 | * DOM: [shadow DOM](https://dom.spec.whatwg.org/#shadow-trees) 77 | 78 | 79 | 80 | 81 | Author: An, Qing (Alibaba) 82 | -------------------------------------------------------------------------------- /tf/mini-app/outline.md: -------------------------------------------------------------------------------- 1 | # 小程序标准化概要 2 | 3 | ## 可以标准化的部分 4 | 5 | 本节包括可以标准化的部分。 6 | 7 | ### JSON 配置 8 | 9 | #### 全局和页面配置 10 | 11 | 此部分包括小程序的全局配置和每个页面的局部配置,如: 12 | 13 | * 页面路径列表(全局配置) 14 | * 底部 tab 栏样式(全局配置) 15 | * 网络请求的超时时间(全局配置) 16 | * debug 模式(全局配置) 17 | * 分包结构配置(全局配置) 18 | * 使用的权限(全局配置) 19 | * 窗口样式(状态栏、导航条、标题、窗口背景色等,包括全局和页面配置) 20 | 21 | 相关规范:[Web App Manifest](https://www.w3.org/TR/appmanifest/) 22 | 23 | 现有实现: 24 | 25 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/tutorial/process_page/) 26 | * [快应用](https://doc.quickapp.cn/tutorial/getting-started/project-configuration.html) 27 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/config.html) 28 | 29 | ### 组件 30 | 31 | 包括自带组件和自定义组件。 32 | 33 | 自定义组件相关规范: 34 | 35 | * HTML: [template](https://html.spec.whatwg.org/multipage/scripting.html#the-template-element), [custom elements](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements), [ES modules](https://html.spec.whatwg.org/multipage/webappapis.html#integration-with-the-javascript-module-system) 36 | * CSS: [CSS Scoping](https://drafts.csswg.org/css-scoping/), [CSS Shadow Parts](https://drafts.csswg.org/css-shadow-parts/) 37 | * DOM: [shadow DOM](https://dom.spec.whatwg.org/#shadow-trees) 38 | 39 | 自定义组件的现有实现: 40 | 41 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/framework/custom-component/) 42 | * [快应用](https://doc.quickapp.cn/tutorial/framework/parent-child-component-communication.html) 43 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/) 44 | 45 | ### 蓝牙 46 | 47 | 相关规范:[Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) 48 | 49 | 现有实现: 50 | 51 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth/wx.onBLECharacteristicValueChange.html) 52 | 53 | ### NFC 54 | 55 | 相关规范:[Web NFC API](https://w3c.github.io/web-nfc/) 56 | 57 | 现有实现: 58 | 59 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.stopHCE.html) 60 | 61 | ### 地理位置 62 | 63 | 相关规范: 64 | 65 | * [Geolocation API](https://www.w3.org/TR/geolocation-API/) 66 | * [Geolocation Sensor](https://www.w3.org/TR/geolocation-sensor/) 67 | 68 | 现有实现: 69 | 70 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/api/location_get/) 71 | * [快应用](https://doc.quickapp.cn/features/system/geolocation.html) 72 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.getLocation.html) 73 | 74 | ### 电池状态 75 | 76 | 相关规范: 77 | 78 | * [Battery Status API](https://www.w3.org/TR/battery-status/) 79 | 80 | 现有实现: 81 | 82 | * [快应用](https://doc.quickapp.cn/features/system/battery.html) 83 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.getBatteryInfo.html) 84 | 85 | ### 加速计/罗盘/设备方向/陀螺仪 86 | 87 | 相关规范: 88 | 89 | * [Generic Sensor](https://www.w3.org/TR/generic-sensor/) 90 | * [Accelerometer](https://www.w3.org/TR/accelerometer/) 91 | * [Gyroscope](https://www.w3.org/TR/gyroscope/) 92 | * [Magnetometer](https://www.w3.org/TR/magnetometer/) 93 | * [Orientation Sensor](https://www.w3.org/TR/orientation-sensor/) 94 | * [Screen Orientation](https://www.w3.org/TR/screen-orientation/) 95 | * [DeviceOrientation Event](https://w3c.github.io/deviceorientation/) 96 | 97 | 现有实现 API 数目较多,暂不列出。 98 | 99 | ### 振动 100 | 101 | 相关规范: 102 | 103 | * [Vibration API](https://www.w3.org/TR/vibration/) 104 | 105 | 现有实现: 106 | 107 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/api/device_vibrate/) 108 | * [快应用](https://doc.quickapp.cn/features/system/vibrator.html) 109 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.vibrateShort.html) 110 | 111 | ### 剪贴板 112 | 113 | 相关规范: 114 | 115 | * [Clipboard API and events](https://www.w3.org/TR/clipboard-apis/) 116 | * [execCommand](https://w3c.github.io/editing/execCommand) 117 | 118 | 现有实现: 119 | 120 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/api/device_clipboard/) 121 | * [快应用](https://doc.quickapp.cn/features/system/clipboard.html) 122 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.setClipboardData.html) 123 | 124 | ### 屏幕 125 | 126 | 此部分包括设置屏幕亮度、截屏等与屏幕相关的功能。 127 | 128 | 相关规范:无 129 | 130 | 现有实现: 131 | 132 | * [快应用](https://doc.quickapp.cn/features/system/brightness.html) 133 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.setScreenBrightness.html) 134 | 135 | ### 网络信息 136 | 137 | 相关规范: 138 | 139 | * [Network Information API](https://wicg.github.io/netinfo/) 140 | 141 | 现有实现: 142 | 143 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/api/device_network/) 144 | * [快应用](https://doc.quickapp.cn/features/system/network.html) 145 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.onNetworkStatusChange.html) 146 | 147 | ### 认证 148 | 149 | 相关规范: 150 | 151 | * [Web Authentication](https://www.w3.org/TR/webauthn/) 152 | 153 | 现有实现: 154 | 155 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.startSoterAuthentication.html) 156 | 157 | ### 本地存储 158 | 159 | 相关规范: 160 | 161 | * HTML: [Web storage](https://html.spec.whatwg.org/multipage/webstorage.html#the-localstorage-attribute) 162 | * [IndexedDB](https://w3c.github.io/IndexedDB/) 163 | * [File API](https://www.w3.org/TR/FileAPI/) 164 | * [Native File System](https://wicg.github.io/native-file-system/) 165 | 166 | 现有实现 API 数目较多,暂不列出。 167 | 168 | ### 网络请求 169 | 170 | 相关规范: 171 | 172 | * [Fetch](https://fetch.spec.whatwg.org/) 173 | 174 | 现有实现: 175 | 176 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/api/net_request/) 177 | * [快应用](https://doc.quickapp.cn/features/system/fetch.html) 178 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.request.html) 179 | 180 | ### 图片/视频/音频 181 | 182 | 保存到本地、全屏预览、获取媒体信息、播放(暂停、倍速、弹幕、跳转到指定位置、后台播放等) 183 | 184 | ### 直播 185 | 186 | ### 录音/拍照/录像 187 | 188 | ### 支付 189 | 190 | 相关规范列表:https://w3c.github.io/web-roadmaps/mobile/payment.zh.html 191 | 192 | 现有实现 API 数目较多,暂不列出。 193 | 194 | ### 通知/推送 195 | 196 | 相关规范: 197 | 198 | * [Notifications API](https://notifications.spec.whatwg.org/) 199 | * [Push API](https://www.w3.org/TR/push-api/) 200 | 201 | 现有实现 API 数目较多,暂不列出。 202 | 203 | ### 拨打电话? 204 | 205 | 相关规范:无 206 | 207 | 现有实现: 208 | 209 | * [百度智能小程序](https://smartprogram.baidu.com/docs/develop/api/device_call/) 210 | * [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/wx.makePhoneCall.html) 211 | 212 | ### 页面管理逻辑? 213 | 214 | ## 其他部分 215 | 216 | 本节包括标准化意义不大或者比较困难的部分。 217 | 218 | ### JSON 配置 219 | 220 | #### 开发者工具配置 221 | 222 | #### 模板语言 223 | 224 | #### 流量统计和数据分析 225 | 226 | #### MVVM 架构? 227 | 228 | #### 二维码? 229 | 230 | #### 地图? 231 | 232 | #### 系统信息? 233 | 234 | 获取部分系统信息可能会有潜在的安全和隐私问题。 235 | -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- 1 | { 2 | "group": 109611, 3 | "contacts": ["xfq", "xueyuanjia"], 4 | "repo-type": "homepage" 5 | } 6 | --------------------------------------------------------------------------------