Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.38 KB

WEB 组件规范 - XSPEC

http://fex.baidu.com/xspec

一系列基于WEB COMPONENTS的组件规范,致力于借助规范的力量让组件发挥更大的价值。

什么是WEB COMPONENTS

Web Components enable Web application authors to define widgets with a level of visual richness and interactivity not possible with CSS alone, and ease of composition and reuse not possible with script libraries today.

-- 《Introduction to Web Components》

什么是 X-SPEC

它是一系列 WEB组件的规范集合,基于最新的 WEB COMPONENTS, 从 WEB 组件的标签、数据、方法、属性、事件等方面进行了规范。

X-SPEC 是开放的,我们欢迎所有有价值的建议并且通过GITHUB 项目你可以非常方便的贡献想法。

为什么需要 X-SPEC

目前前端组件框架非常繁多,这些框架的很大一部分模块在功能上是重合的,但代码层面确无法相互兼容,导致组件的可重用性降低并增加开发者的使用成本。借助Web Components,我们通过标准化来解决组件框架目前存在的问题。

-- 《面向未来的组件标准》

更多信息请访问 http://fex.baidu.com/xspec