[Webkit-unassigned] [Bug 277616] New: `none` should be a valid value for `-webkit-line-clamp`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 4 16:44:29 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=277616
Bug ID: 277616
Summary: `none` should be a valid value for
`-webkit-line-clamp`
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ntim at apple.com
CC: koivisto at iki.fi
It's the default value: https://drafts.csswg.org/css-overflow-4/#propdef-line-clamp
It's also the default computed value in the WebKit codebase, except you can't manually set it.
These two places need to change:
https://searchfox.org/wubkat/rev/b36cbce69fddb7da33823f316bd8ead5bebee970/Source/WebCore/css/CSSProperties.json#7949
https://searchfox.org/wubkat/rev/b36cbce69fddb7da33823f316bd8ead5bebee970/Source/WebCore/css/CSSPrimitiveValueMappings.h#65
LayoutTests/imported/w3c/web-platform-tests/css/cssom/cssom-getPropertyValue-common-checks.html should slightly progress too
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240804/04d044bb/attachment.htm>
More information about the webkit-unassigned
mailing list