top | item 43237004

(no title)

feczeri_c | 1 year ago

It’s just a new addition and change, doesn’t dictate you must write that way. I still use <center> as a tag (I know, HTML).

discuss

order

perching_aix|1 year ago

It's not about how they write CSS, it's about how everyone else does, and what browsers will need to be able to process.

I don't know how you figured their complaint is somehow compat breakage. From what I know, CSS doesn't really have breaking changes.

feczeri_c|1 year ago

I didn’t interpret it as a break in compatibility, more so that simply because a new feature or addition in CSS arises it doesn’t stipulate that you have to adopt it. You can still continue on writing CSS how you want to. I appreciate that it makes it more difficult when new features come about in a language and you have to work on a shared codebase, you sometimes spend a while looking at many differing ways to achieve the same result.

namuol|1 year ago

It absolutely has breaking changes! But most developers will never notice. I work on a complex browser based web development platform and we’ve had certain specs change under our feet leading to incidents that required us to disable features until major browser vendors reverted things. I do not envy spec authors. Huge respect for their patience.

xnx|1 year ago

Like using <table> for layout, <center> is still unreasonably convenient.