relative-time-element
relative-time-element copied to clipboard
Experimental: Check for override attribute `disable-preference-override`
Now, part of the check for determining if we should display user time preferences will also check for whether there is a specific attribute on the element, disable-preference-override. If this attribute is present, we will use whatever the default behavior/display options are for the element, rather than displaying with absolute time.
This will enable us to selectively override elements in certain UIs even when a user setting to enable absolute time has been enabled. This will allow us to roll out changes without breaking parts of the UI we already know can't handle longer timestamps well.