Skip to content

Commit cdb6561

Browse files
author
Marc J. Schmidt
committed
Update README.md
1 parent bc9bc40 commit cdb6561

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ It's a proof-of-concept event-based CSS element dimension query with valid CSS s
99

1010
Features:
1111

12-
- no performance issues
13-
- no interval/timeout detection. Truly event-based
12+
- no performance issues since it listens on size changes of each element, not only on window.onresize (like all other element query polifills).
13+
- no interval/timeout detection. Truly event-based through integrated ResizeSensor class.
1414
- no CSS modifications. Valid CSS Syntax
15-
- all CSS selectors available. Uses regular attribute selector
15+
- all CSS selectors available. Uses regular attribute selector. No need to write rules in HTML.
1616
- supports and tested in webkit, gecko and IE(7/8/9/10/11).
1717
- `min-width`, `min-height`, `max-width` and `max-height` are supported so far
1818
- works with any layout modifications: HTML (innerHTML etc), inline styles, DOM mutation, CSS3 transitions, fluid layout changes (also percent changes), pseudo classes (:hover etc.), window resizes and more

0 commit comments

Comments
 (0)