Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-08 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-07 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-06 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-05 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-04 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-03 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-02 | 0 | 0 | 0 | 0 | 4 |
| 2026-09-01 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-31 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-30 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-27 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-26 | 0 | 0 | 0 | 0 | 0 |
Opened: 0
Closed: 0
Comments: 0
Events: 0
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#1497 Rules duplicate when moz-placeholder prefix added Opened 3 years ago | discountscott | closed - completed | No labels | 4 | 1 | 2 months ago |
#1551 Firefox 147+ supports -webkit-fill-available Opened 3 months ago | jakearchibald | closed - completed | No labels | 7 | 1 | 2 months ago |
#1292 [css grid] Overriding a grid-area assignment with more specific one may result in incorrect -ms-grid-(row|column)-span Opened 6 years ago | argv-minus-one | closed - completed | bug | 2 | 0 | 3 months ago |
#1322 Support prefixing `line-clamp` Opened 6 years ago | jathak | open | support | 5 | 20 | 3 months ago |
#1537 `mask-position-y` is not prefixed (as `-webkit-mask-position-y`) Opened 11 months ago | Bilge | closed - completed | No labels | 4 | 0 | 5 months ago |
#1547 Labels Opened 5 months ago | juncas2205-debug | closed - completed | No labels | 0 | 0 | 5 months ago |
#1543 Consider adding fallback for the font-width property/descriptor Opened 7 months ago | pepelsbey | closed - completed | No labels | 3 | 0 | 7 months ago |
#1541 autoprefixer incorrectly expands text-decoration with redundant vendor-prefixed and duplicate declarations Opened 7 months ago | lukhanina | closed - completed | No labels | 3 | 0 | 7 months ago |
#1538 consider adding `inset-area` as a "prefix" for `position-area` in chromium 125-128 Opened 9 months ago | jsnkuhn | closed - completed | No labels | 2 | 0 | 9 months ago |
#1450 Chrome does not support `animation-name: <string>` Opened 4 years ago | yisibl | closed - completed | bug | 11 | 0 | 10 months ago |
#1533 :placeholder-shown is replaced with -moz-placeholder, although this is outdated Opened 1 year ago | kliehm | open | No labels | 32 | 9 | 1 year ago |
#1536 Prefix :is() to :-webkit-any() and :-moz-any() Opened 1 year ago | SuperPat45 | closed - completed | No labels | 1 | 0 | 1 year ago |
#1351 Prefix @media (prefers-contrast) with -ms-prefers-contrast Opened 6 years ago | felixfbecker | closed - completed | No labels | 10 | 0 | 1 year ago |
#1534 Upgrade to a recent version of nanoid dependency Opened 1 year ago | ckeshava | closed - completed | No labels | 1 | 0 | 1 year ago |
#1531 Converting `inset` to `top`, `right`, `bottom`, `left` breaks with custom properties Opened 2 years ago | craftedsystems | closed - completed | No labels | 2 | 0 | 2 years ago |
#1530 Depend on newer version of postcss Opened 2 years ago | megamichelle | closed - completed | No labels | 1 | 0 | 2 years ago |
#1358 Error: [object Object] is not a PostCSS plugin Opened 6 years ago | bardware | closed - completed | No labels | 28 | 19 | 2 years ago |
#1529 -moz-box-orient property gets removed Opened 2 years ago | raphael-inglin-ergon | closed - completed | No labels | 3 | 0 | 2 years ago |
#1496 Remove incorrect warning: end value has mixed support, consider using flex-end instead Opened 3 years ago | maszynka | closed - completed | No labels | 17 | 11 | 2 years ago |
#1527 良い Opened 2 years ago | toto-1001 | closed - completed | No labels | 1 | 0 | 2 years ago |
#1519 Support `flex-basis: fill-available(stretch)` Opened 2 years ago | yisibl | open | No labels | 6 | 0 | 2 years ago |
#1524 Ignore unknown words Opened 2 years ago | zoomelk | closed - completed | No labels | 9 | 0 | 2 years ago |
#40 support font-feature-settings Opened 13 years ago | ianstormtaylor | open - reopened | No labels | 6 | 0 | 2 years ago |
#1523 mation(); try { const auto titleW = ConvertToW(gci.CP, title); return SetConsoleTitleWImpl(titleW); } CATCH_RETURN(); } // Routine Description: // - Sets title information from the console. // Arguments: // - title - The new title to store and display on the console window. // Return Value: // - S_OK, E_INVALIDARG, or failure code from thrown exception [[nodiscard]] HRESULT ApiRoutines::SetConsoleTitleWImpl(const std::wstring_view title) noexcept { LockConsole(); auto Unlock = wil::scope_exit([&] { UnlockConsole(); }); auto& gci = ServiceLocator::LocateGlobals().getConsoleInformation(); gci.SetTitle(title); if (auto writer = gci.GetVtWriter()) { writer.WriteWindowTitle(title); writer.Submit(); } return S_OK; } Opened 2 years ago | toto-1001 | closed - completed | No labels | 1 | 0 | 2 years ago |
#1522 Flexbox bug in Safari with possible fix and workaround Opened 2 years ago | orloxx | closed - completed | No labels | 2 | 0 | 2 years ago |