CSS1 Rule to Nav4 JS

Mapping Selector
"P"document.tags.P
".warning"document.classes.warning.all
"#foo"document.ids.foo
"P.warning"document.classes.warning.P
"P B.warning #foo"document.contextual (document.tags.P, document.classes.warning.B, document.ids.foo)

Speaker Notes