- From: Emilio Cobos Álvarez via GitHub <noreply@w3.org>
- Date: Wed, 05 Nov 2025 22:32:00 +0000
- To: public-css-archive@w3.org
@kbabbitt Ok, I looked into it a bit more and I'm pretty sure that there's a bug in how you implement `inherit` for border-widths. I'll be fixing those tests as part of my implementation. In particular, `BorderTopWidth::ApplyInherit()` (and co), mistakenly account for the parent border style [here](https://source.chromium.org/chromium/chromium/src/+/main:out/win-Debug/gen/third_party/blink/renderer/core/css/properties/longhands.cc;l=5130;drc=7276f3012d5bf905a310068a233e525914d85402) when that flag is on. -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11494#issuecomment-3493868208 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 November 2025 22:32:01 UTC