Sha256: c238477b441dff8aeaf1373b8d802e25665955a2f33196536fbc00ad774188d6

Contents?: true

Size: 616 Bytes

Versions: 5

Compression:

Stored size: 616 Bytes

Contents

.before {
  *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype"),this.el.style.cssText="color: red; background: green;",this.insertBefore(this.el));
}

.after-content {
  *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype"),this.el.innerHTML="➽",this.appendChild(this.el));
}

.before-style-content {
  *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype"),this.el.innerHTML="testing ➽if this works",this.el.style.cssText="color: red; background: green;",this.insertBefore(this.el));
}

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
archetype-0.0.1.pre.3.00dfd9a test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css
archetype-0.0.1.pre.3.83f0d7a test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css
archetype-0.0.1.pre.3.83f0d7a test/fixtures/stylesheets/archetype/tmp/hacks/ie_pseudo.css
archetype-0.0.1.pre.3.55c4182 test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css
archetype-0.0.1.pre.3.811928f test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css