Created attachment 468457 [details] chrome developer tools screenshot showing css class name suggestions dropdown While trying out different classes for an element, safari requires user to "type" full class name without providing any suggestions on available class names. This requires users to know all classes, which is not feasible. Compare this with Chrome, where if user types 'text-', a dropdown is shown with all the available classes and user can choose from there. See attached screenshot.
<rdar://problem/118180023>