Ok.
When i dequeue the style it is not more shown in the output of the $wp_scripts->queue.
But why is the style still in the $wp_scripts->queue when i deregister the style. the function wp_deregister_style() has for me a higher priority as wp_dequeue_style().
A degegistered style can never be enqueued but a dequeued style can be reenqueue. But the degegistered style is still in the $wp_scripts->queue. Why?
Thanks