MantisBT - LibCSS | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0002665 | LibCSS | LibCSS | public | 2019-06-05 20:59 | 2020-05-27 08:22 |
| Reporter | Michael Drake | ||||
|---|---|---|---|---|---|
| Assigned To | Michael Drake | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Fixed in CI build # | |||||
| Reported in CI build # | |||||
| Summary | 0002665: Error recovery in parsing of media query lists | ||||
| Description | If a part of a media query list fails to parse, the remaining parts that can parse should still work. E.g. @media only screen and (aspect-ratio:4/3),only screen and (aspect-ratio:0/0) The first part should be OK, but the second part should be ignored. At the moment, we'd throw away the whole media query list. | ||||
| Additional Information | Originally spotted on https://gravatar.com/ | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
|---|---|---|---|---|---|
| 2019-06-05 20:59 | Michael Drake | New Issue | |||
| 2019-06-09 09:22 | Michael Drake | Assigned To | => Michael Drake | ||
| 2019-06-09 09:22 | Michael Drake | Status | new => resolved | ||
| 2019-06-09 09:22 | Michael Drake | Resolution | open => fixed | ||
| 2019-06-09 09:22 | Michael Drake | Note Added: 0001946 | |||
| 2020-05-27 08:22 | Vincent Sanders | Status | resolved => closed | ||
| 2020-05-27 08:22 | Vincent Sanders | Note Added: 0002258 | |||