Skip to content

Commit 176433a

Browse files
committed
Updated parser (fixes #276)
1 parent a2758c3 commit 176433a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/parserlib.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
THE SOFTWARE.
2222
2323
*/
24-
/* Version v0.1.7, Build time: 4-May-2012 03:57:04 */
24+
/* Version v0.1.8, Build time: 23-July-2012 09:55:09 */
2525
var parserlib = {};
2626
(function(){
2727

@@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
931931
THE SOFTWARE.
932932
933933
*/
934-
/* Version v0.1.7, Build time: 4-May-2012 03:57:04 */
934+
/* Version v0.1.8, Build time: 23-July-2012 09:55:09 */
935935
(function(){
936936
var EventTarget = parserlib.util.EventTarget,
937937
TokenStreamBase = parserlib.util.TokenStreamBase,
@@ -3811,6 +3811,7 @@ var Properties = {
38113811
"pitch" : 1,
38123812
"pitch-range" : 1,
38133813
"play-during" : 1,
3814+
"pointer-events" : "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit",
38143815
"position" : "static | relative | absolute | fixed | inherit",
38153816
"presentation-level" : 1,
38163817
"punctuation-trim" : 1,

0 commit comments

Comments
 (0)