You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enrich operating system level user interface with native-looking but flexible elements without requiring changes to the underlying operating system code.
Stakeholders
Apple (Since they use this, but I note that I barely document the use case, not speak on Apple's behalf.)
Use case name
Enrich operating system level user interface.
Submitter(s)
Thomas Steiner (@tomayac)
Motivation
Enrich operating system level user interface with native-looking but flexible elements without requiring changes to the underlying operating system code.
Stakeholders
Apple (Since they use this, but I note that I barely document the use case, not speak on Apple's behalf.)
Analysis
Via @jimniels' blog post:
In the macOS terminal:
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true defaults write -g WebKitDeveloperExtras -bool YES
This will enable a context menu in a system web view:
Inspecting the web view with Safari's Web Inspector shows that it's using non-standard CSS properties and value keywords.
Related W3C deliverables and/or work items
N/A
How is the issue solved in the Browser, and what’s more is needed?
N/A
The text was updated successfully, but these errors were encountered: