Skip to content

ilinsky/xbl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

xbl.js - Cross-browser XBL 2 implementation in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published