Grid Style Sheets – Replace CSS with a Constraint-Solver
gridstylesheets.org
Grid Style Sheets – Replace CSS with a Constraint-Solver
1–10 of 99 posts
Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#2Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#3Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#4I'd love to use this. But in the back of my head I still think javascript should be optional if possible ... not that 99% of the rest of the world cares ...
I got a blank page so I closed the tab.
Any page that requires javascript and I don't need to use (at the level of do my taxes) or that I don't trust the owners of gets the same treatment.
So yeah optional javascript is a thing unless 100% of your audience are absolutely required to use your site.
EDIT given that sites today use google analytics instead of their own server logs I wonder if non-javascript users just don't even get logged by the javascript-for-everything brigade?
Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#5You can't choose such an incredibly generic name though and then expect all existing references to update, that's simply illogical.
Update: http://jdon.at/1cgIw the emails in question
Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#6Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#7 @h |-(#message)~-~(#follow)~-~(#following)-(#followers)-|
in(#profile-card)
gap($sgap)
!strong {
&[top] == &:next[top];
}
}
If you inject stuff like this into a project, make sure you're doing it solo. 'cause if you're on my team, i'll slap you.WTF is this voodoo? Less and Sass aren't complex enough? CSS isn't hard enough to work with as it is?
Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#8I'd love to use this. But in the back of my head I still think javascript should be optional if possible ... not that 99% of the rest of the world cares ...
edit: the video I saw is actually that o'reilly video that's linked in the GSS website
Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#9 #elmA[top-left] == "area"[top-left];
#elmB[bottom-right] == "area"[top-right];
The trouble with this is that it's expressed as a programmer's approach; everything is about variables, not geometry. Constraints should be input from a GUI, like Dreamweaver. To see what this looks like done right, try sketch mode in Autodesk Inventor, where you can draw lines, circles, and arcs and constrain them to each other in various ways. Designers would love it if they could do layout that way, and we could lay off a few thousand Javascript programmers.Re: Grid Style Sheets – Replace CSS with a Constraint-Solver
#10I've been thinking about constraint satisfaction solver for layout, and keep it in mind as a possible project for a future. Great to see someone shares this view and went on to implement it.
I haven't studied this concrete project deeply, but the idea in general seems appealing, because CSS is hell.
(The site says this constraint language is used in Apple products - I didn't know that).