Is it possible that the jquery ui .css property only supports "inline" and "table-cell"?

Is it possible that the jquery ui .css property only supports "inline" and "table-cell"?

In jquery-ui.js, I noticed the following code: 

-------------------------------------------------------------------------------------------------------------------------------
function isFloating(item) {
        return (/left|right/).test(item.css("float")) || (/inline|table-cell/).test(item.css("display"));
}
---------------------------------------------------------------------------------------------------------------------------------
Is it possible that the jquery ui .css property only supports "inline" and "table-cell"?

Thank you very much.
                Frank