On Mon, 27 Feb 2023 12:39:42 GMT, Jay Bhaskar <jbhas...@openjdk.org> wrote:
>> Issue: default html5 video element not showing media controls >> Details: Media control design has been refactored in the current Webkit Gtk >> port. The CSS id >> and properties related to media buttons, and slider have >> been removed, due to which the >> media style mediaControlsAdwaita.css values are not being >> applied. >> Solution: restored media control keywords and mapped to CSS keywords values. > > Jay Bhaskar has refreshed the contents of this pull request, and previous > commits have been removed. The incremental views will show differences > compared to the previous content of the PR. The pull request contains one new > commit since the last revision: > > Handle missing enuns in CSSPrimitiveValueMappings.h NOTE: This is a follow-on to [JDK-8301022](https://bugs.openjdk.org/browse/JDK-8301022) which was fixed in PR #1045 ------------- PR: https://git.openjdk.org/jfx/pull/1049