https://www.w3.org/
W3C
W3C By Region
All
Australia
Österreich (Austria)
België (Belgium)
Botswana
Brasil (Brazil)
中国 (China)
Suomi (Finland)
Deutschland (Germany)
Ελλάδα (Greece)
France
Magyarország (Hungary)
भारत (India)
Éire (Ireland)
ישראל (Israel)
Italia (Italy)
日本 (Japan)
한국 (Korea)
Lesotho
Lëtzebuerg (Luxembourg)
المغرب (Morocco)
Namibia
Nederland (Netherlands)
Россия (Russia)
Sénégal
España (Spain)
South Africa
Swatini (Swaziland)
Sverige (Sweden)
United Kingdom
Site Navigation
TECHNICAL REPORTS
WEB AND INDUSTRY
- Automotive
- Publishing
- Entertainment (TV and Broadcasting)
- Web and Telecommunications
- Web of Data
- Web of Things
- Web Commerce
- Web Payments
- Web Security
WEB FOR ALL
COMMUNITY AND BUSINESS GROUPS
WORKING GROUPS
DEV RESOURCES
MEMBER-ONLY HOME
News
W3C releases video introducing Web Accessibility and W3C Standards
4 December 2017 | Archive
The W3C Web Accessibility Initiative (WAI) has released a video introducing Web Accessibility and W3C Standards. The four-minute video highlights why accessibility is the right thing to do, how it is essential for people with disabilities and useful for all. It was published as part of an accessibility project the Internet Society (ISOC) is working on to realize their vision: “The Internet is for Everyone”. It is also timed in recognition of the United Nation’s annual International Day of Persons with Disabilities on 3 December. For more videos and information on specific accessibility topics, see Web Accessibility Perspectives Videos: Explore the Impact and Benefits for Everyone. For a general introduction, see Accessibility – W3C. Learn more about the Web Accessibility Initiative (WAI).
First Public Working Draft: Payment Method Manifest
12 December 2017 | Archive
Web Content Accessibility Guidelines (WCAG) 2.1 final Working Draft
7 December 2017 | Archive
Call for Review: ActivityPub is a W3C Proposed Recommendation
5 December 2017 | Archive
W3C opens Technical Architecture Group (TAG) election
1 December 2017 | Archive
EVENTS
- 201714 DEC
- 201822 JAN23 JAN
W3C Workshop on Web5G: Aligning evolutions of network and Web technologies
London, UK
Hosted by GSMA
- 201827 JAN28 JAN
- 20187 MAR8 MAR
- 20189 APR12 APR
- 201823 APR27 APR
Lyon, France
- 201813 MAY15 MAY
AC Berlin 2018
Berlin, Germany
Hosted by ERCIM with support from the W3C German & Austria Office
The World Wide Web Consortium (W3C) is an international community that develops open standards to ensure the long-term growth of the Web.
W3C operates under our Code of Ethics and Professional Conduct.
Become a Friend of W3C to support the W3C mission and free developer tools.
W3C BLOG
-
11 December 2017 by Jeff Jaffe
Ask us anything on WebAssembly
11 December 2017 by Coralie Mercier
W3C and OGC Augmented Reality Pilot – an exciting adventure for W3C!
7 December 2017 by J. Alan Bird
JOBS
None at this time.
VALIDATORS, MORE SOFTWARE
- More validators: Unicorn, HTML, CSS
- W3C cheatsheet
- More Open Source Software
WEB ACCESSIBILITY AND W3C STANDARDS (VIDEO)
Watch our video on Web Accessibility and W3C standards!
WEB STANDARDS FOR THE FUTURE (VIDEO)
Check out our short video on Web standards!
W3C MEMBER TESTIMONIAL
NEC Corporation
NEC Corporation is a leader in the integration of IT and network technologies. We provide combinations of products and solutions that benefit businesses and people around the world. We support the W3C's open, consensus-driven process and cutting-edge technology standards.
Footer Navigation
NAVIGATION
CONTACT W3C
W3C UPDATES
Copyright © 2017 W3C ® (MIT, ERCIM, Keio, Beihang) Usage policies apply.
https://www.w3.org/的更多相关文章
- https://validator.w3.org
https://validator.w3.org/nu/?doc=http%3A%2F%2Fdev.mysql.com%2Fdoc%2Frefman%2F5.7%2Fen%2Fmanual-info. ...
- nginx动静态分离以及配置https(安全组强行切换以及导致的问题解决)
公司原来的网络采用http/https同时支持的方式,http并不会强制自动跳转到https,最近要求强制切换,导致了一系列问题.趁今天测试完成了,整理如下: 1.要求HTTP自动跳转到HTTPS: ...
- w3 parse a url
最新链接:https://www.w3.org/TR/html53/ 2.6 URLs — HTML5 li, dd li { margin: 1em 0; } dt, dfn { font-wei ...
- [http 1.1] M-POST w3
5. Mandatory HTTP Requests An HTTP request is called a mandatory request if it includes at least one ...
- 图解 HTTP, 图解 HTTPS, 图解 HTTP/2, 图解 HTTP/3, 图解 QUIC
图解 HTTP, 图解 HTTPS, 图解 HTTP/2, 图解 HTTP/3, 图解 QUIC HTTP https://en.wikipedia.org/wiki/Hypertext_Transf ...
- CSS3 border-radius边框圆角
在CSS3中提供了对边框进行圆角设定的支持,可对边框1~4个角进行圆角样式设置. 目录 1. 介绍 2. value值的格式和类型 3. border-radius 1~4个参数说明 4. 在线示例 ...
- HTML 事件(一) 事件的介绍
本篇主要介绍HTML中的事件知识:事件相关术语.DOM事件规范.事件对象. 其他事件文章 1. HTML 事件(一) 事件的介绍 2. HTML 事件(二) 事件的注册与注销 3. HTML 事件(三 ...
- HTML5 介绍
本篇主要介绍HTML5规范的内容和页面上的架构变动. 目录 1. HTML5介绍 1.1 介绍 1.2 内容 1.3 浏览器支持情况 2. 创建HTML5页面 2.1 <!DOCTYPE> ...
- 【原】AFNetworking源码阅读(四)
[原]AFNetworking源码阅读(四) 本文转载请注明出处 —— polobymulberry-博客园 1. 前言 上一篇还遗留了很多问题,包括AFURLSessionManagerTaskDe ...
随机推荐
- Linux火焰图-centos
centos7.5mini安装 yum install -y yum-utils perf debuginfo-install -y perf #debuginfo-install下载了305MB的文 ...
- Python - Django - ORM 实例
准备工作: 首先创建一个名为 Py_Django 的数据库 新建项目,名为 mysite0 创建完成后需要进行几项配置 mysite0/settings.py 下 首先是 html 文件相关 其次是数 ...
- Python - Django - 登录页面
登录页 login.html: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta char ...
- zabbix监控系统日志
监控日志必须让agent运行在主动模式 参考网站:https://www.cnblogs.com/dadonggg/p/8611054.html?from=singlemessage
- DDD-002
项目实践:http://www.cnblogs.com/daoqidelv/p/7499662.html#_label0 https://www.cnblogs.com/lonelyxmas/p/79 ...
- JAVA Spring JavaBean 引入 JavaBean ( 外部引用, 内部定义, 级联属性 )
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.sp ...
- Delphi 解析HTML
uses mshtml; IHTMLEleMent.ID; IHTMLEleMent.tagName; IHTMLEleMent.title;elmt._className;elmt.getAttri ...
- springmvc @valid
JSR303是javaEE6中的一个子规范:Bean Validation.官方实现是HibernateValidatior.校验: 使用springmvc 的validate机制,需要引入valid ...
- Data Guard 介绍
- 概率论与数理统计 Q&A:
--------------------------------- 大数定律:大量样本数据的均值(样本值之和除以样本个数),近似于随机变量的期望(标准概率*样本次数).(样本(部分)趋近于总体)中心极 ...