Brad Kemper
Brad Kemper
I don’t think any of that would woo me away from using CSS to move a navigation bar to a different spot for mobile. What would be better would be...
@kupietools Thank you so much. That was a big help.
Also, `html` or `html body` at the beginning of a selector, to just bump it up a little.
@jehoshua02 > Consider this: > >`.my-element (width < 500) {` > `width: 500;` >`}` I don’t think you would have raw declarations inside the query. It would need rules with...
So in other words, since `width` is a feature being checked in the element query, its own width would be calculated as though all its descendents had zero `width` and...
The option key on Mac doesn’t seem to be triggering keyboard mode. In Safari, there is a checkbox setting to “press tab to highlight each item on a web page...
Yeah, it is more of a Mac thing than just Safari. The tabbing behavior on Macs is usually just text fields, and the browser setting is to switch that to...
[css-borders][css-images] Properly address border image use cases, and kill `border-image` with fire
> It seems to me that there are two fundamental problems with border-image: > > It conflates two orthogonal concepts: 9-slice scaling is useful for images in general, and using...
[css-borders][css-images] Properly address border image use cases, and kill `border-image` with fire
Correct me if I'm wrong, but it sounds like your concept involves clipping the images in all cases to the shaped border area. I think that is the single biggest...
[css-borders][css-images] Properly address border image use cases, and kill `border-image` with fire
> Take a specially designed predefined image and attach it to the box the way that serves the artistic intent the best; > Take an existing border and fill it...