The case-insensitive flag is not currently supported by all browsers (Internet Explorer and Edge for instance). Thus, it should not be used.

Noncompliant Code Example

[frame=hsides i] {
  border-style: solid none;
}

See