All Projects → ilinsky → xbl

ilinsky / xbl

Licence: other
xbl.js - Cross-browser XBL 2 implementation in JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
ApacheConf
554 projects

About

This is a XBL 2 implementation in JavaScript. Besides the [http://www.w3.org/TR/xbl/](XBL 2.0) language, it also contains the [http://www.w3.org/TR/selectors-api/](Selectors API) implementation with support for [http://www.w3.org/TR/css3-selectors/](CSS 3 Selectors) as well as [http://www.w3.org/TR/becss/](Behavioral Extensions to CSS), [http://www.w3.org/TR/DOM-Level-3-Events/](Document Object Model (DOM) Level 3 Events) and [http://www.w3.org/TR/xmlbase/](XML Base).

<head>
    ...
        <script type="text/javascript" src="xbl.js"></script>
    ...
        <style type="text/css">
            #myid div.myclass > p {
                binding: url('mydocument.xml#mybinding');
            }
        </style>
    ...
</head>

Specifications

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].