@@ -199,7 +199,7 @@ function get_computed_styles() {
199
199
el . innerHTML = display
200
200
if ( i > 0 ) { if ( hashes [ i ] != hashes [ 0 ] ) { isSame = false } }
201
201
}
202
- // show/hide rows | fixup label
202
+ // show/hide rows & fixup label
203
203
dom . togCSSb . style . display = ( isSame ? "none" : "table-row" )
204
204
dom . togCSSc . style . display = ( isSame ? "none" : "table-row" )
205
205
if ( ! isSame ) {
@@ -255,10 +255,8 @@ function get_mm_css() {
255
255
let res = [ ]
256
256
get_mm ( "prefers-reduced-motion" , "PRM" , 63 , "no-preference" ) // FF63+
257
257
get_mm ( "prefers-color-scheme" , "PCS" , 67 , "light" ) // FF67+: 1494034
258
+ get_mm ( "forced-colors" , "FC" ) // FF89+: 1659511: not RFP protected
258
259
get_mm ( "prefers-contrast" , "PC" )
259
- get_mm ( "forced-colors" , "FC" ) // FF89+: 1659511
260
-
261
- // ToDo: forced-colors: RFP & version check FF89+: 1659511: layout.css.forced-colors.enabled
262
260
// ToDo: contrast: RFP & version check
263
261
// 1506364: layout.css.prefers-contrast.enabled / browser.display.prefers_low_contrast boolean [hidden]
264
262
@@ -274,10 +272,8 @@ function get_system_fonts() {
274
272
m = "-moz-" ,
275
273
aFonts = [ "caption" , "icon" , "menu" , "message-box" , "small-caption" , "status-bar" , m + "window" , m + "desktop" ,
276
274
m + "document" , m + "workspace" , m + "info" , m + "pull-down-menu" , m + "dialog" , m + "button" , m + "list" , m + "field" ]
277
-
278
275
let sName = "css_system_fonts"
279
276
clearDetail ( sName )
280
-
281
277
try {
282
278
let el = dom . sysFont
283
279
aFonts . forEach ( function ( font ) {
0 commit comments