WebKit, Blink, and Gecko all implement disabled IDL attribute on HTMLStyleElement and HTMLLinkElement which inherit from LinkStyle interface.
This attribute upon setting sets the disabled flag of the stylesheet and on getting returns true if and only if the disabled flag is set just like the IDL attribute of the same name on StyleSheet interface.