Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: da076633d4be9c9e4af357090d3741394ae7231e https://github.com/WebKit/WebKit/commit/da076633d4be9c9e4af357090d3741394ae7231e Author: Kiet Ho <kiet...@apple.com> Date: 2024-11-27 (Wed, 27 Nov 2024)
Changed paths: M Source/WebCore/css/parser/CSSParserImpl.cpp M Source/WebCore/css/parser/CSSParserImpl.h Log Message: ----------- Remove unused values in CSSParserImpl::AllowedRules enum rdar://140588578 https://bugs.webkit.org/show_bug.cgi?id=283723 Reviewed by Tim Nguyen. @counter-style and @view-transition don't allow nested rules inside them, hence their corresponding values in CSSParserImpl::AllowedRules aren't used anywhere. * Source/WebCore/css/parser/CSSParserImpl.cpp: (WebCore::computeNewAllowedRules): * Source/WebCore/css/parser/CSSParserImpl.h: Canonical link: https://commits.webkit.org/287125@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes