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
I have a proposal of how to increase understanding on which of properties/methods in module API are deprecated. When someone opens module's API page, he/she sees "Table of Contents" and it's not clear which part is deprecated (especially in util module).
My vision of deprecated parts in "Table of Contents":
CSS for list item:
li.deprecated,
li.deprecateda {
color: #D60027; // same as backgroud-color of Deprecated box
}
Thanks!
stevemao, steebchen, estliberitas, suryagh and zlatanvasovic