|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Important Notice: Project moved to http://github.com/ilinsky/xblAboutThis is a XBL 2 implementation in JavaScript. Besides the XBL 2.0 language, it also contains the Selectors API implementation with support for CSS 3 Selectors as well as Behavioral Extensions to CSS, Document Object Model (DOM) Level 3 Events and XML Base. UsageAll you need to get XBL 2.0 support on your pages is:
<head>
...
<script type="text/javascript" src="xbl.js"></script>
...
<style type="text/css">
#myid div.myclass > p {
binding: url('mydocument.xml#mybinding');
}
</style>
...
</head>Browser supportThe XBL 2.0 has so far not been implemented in any modern web-browser. However the implementation hosted here is designed in a way that it will not be used in case browser supports the technology natively. The list below contains browsers on which the implementation was successfully tested.
* The implementation was not tested with earlier versions Specifications
IDE integrations
|