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 ...
随机推荐
- SpringBoot入门篇--使用Thymeleaf模板引擎进行页面的渲染
在做WEB开发的时候,我们不可避免的就是在前端页面之间进行跳转,中间进行数据的查询等等操作.我们在使用SpringBoot之前包括我在内其实大部分都是用的是JSP页面,可以说使用的已经很熟悉.但是我们 ...
- C# 程序A发送Log记录给程序B,程序B处理和分析Log记录
C# 程序A发送Log记录给程序B,程序B处理和分析Log记录 关键字:C# ;Log记录 ;在线Log记录;Socket:httplistener 一.常用场景 1. APP开发,在真机或者虚拟机上 ...
- 可视化学习Tensorboard
可视化学习Tensorboard TensorBoard 涉及到的运算,通常是在训练庞大的深度神经网络中出现的复杂而又难以理解的运算.为了更方便 TensorFlow 程序的理解.调试与优化,发布了一 ...
- Kafka集群扩展以及重新分布分区
我们往已经部署好的Kafka集群里面添加机器是最正常不过的需求,而且添加起来非常地方便,我们需要做的事是从已经部署好的Kafka节点中复制相应的配置文件,然后把里面的broker id修改成全局唯一的 ...
- 内容方框 fieldset
Title 登录 用户名 密码 <!DOCTYPE html><html lang="en"><head> <meta charset=& ...
- Posting JSON to Spring MVC Controller
Spring MVC can be setup to automatically bind incoming JSON string into a Java object. Firstly, ensu ...
- Linux下类似windows下_beginthread和_endthread 的多线程开发
在 windows下头文件中包含 #include<process.h> 就可以使用_beginthread进行线程创建.个人感觉挺方便的. 在linux下类似于_beginthread ...
- UGUI Canvas
Render Mode Screen Space - Overlay 在此模式下不会参照到Camera,UI直接显示在任何对象之上 1.Pixel Perfect:可以使图像更清晰,但是有额外的性能开 ...
- 趣味编程:FizzBuzz(Kotlin版)
fun toFizzBuzzIf(n: Int) = if (n % 3 == 0 && n % 5 == 0) "FizzBuzz" else if (n % 3 ...
- CentOS开机卡在进度条,无法正常开机的排查办法
CentOS开机的时候卡在进度条一直进不去 重启,按f5键进度条/命令行界面方式切换,确认卡问题后处理就好 我这边卡在redis服务,设置为开机启动但是一直服务启动不起来 重启按住"e&qu ...