Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #18909, comment 92


Ignore:
Timestamp:
06/28/2019 04:44:32 PM (5 years ago)
Author:
tazotodua
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18909, comment 92

    v2 v3  
    55That's what I think, is a mistake, because if you suppose that people "like" any jquery-ui function to use, then you should anticipate, that they probably also like how that function works (i mean the styling too). So, **most**( i think about 80%) of us (plugin or theme developers) probably agree to use their styling how we see those functions at [https://jqueryui.com jQuery-UI website]. So, WP should have the default styling available to be loaded natively, without the need that we incorporated manual .css files in our plugins and themes to just use `ui-tooltip`, `ui-tabs` or many nice `ui` stuff that is commonly used by most of plugin or theme developers.
    66
    7 Otherwise I don't this it's perfect point that UI `.js` files are included in core, but ui `.css` styling is not included (and it's just few KB's in size).
     7Otherwise I don't this it's perfect point that UI `.js` files are included in core, but ui `.css` styling is not included (and it's just few KB's in size), because plugin devs are still required to add the files manually in their plugins (if they want to use i.e.`ui-tooltip.css`, `ui-tabs.css` or whatever).