I was just thinking that it would be nice to be able to supply an inline stylesheet not just an inline style. This would allow for customizing sub components using selectors. For example, adding a local stylesheet to a tableview would allow you to configure the table cells for just that tableview. That's much harder to do using inline styles, since you'd have to target the correct component, which is not always easily available.