answersLogoWhite

0


Best Answer

World Wide Web Consortium maintains the CSS specifications. /td>

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who maintains the CSS specifications?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can css comments be nested?

No, the CSS specifications explicitly state that CSS comments cannot be nested. If you try to do this, then your nested comments closing delimiter */ will close out the larger comment and anything after it will be rendered by the web browser. When comments are nested, the nested comment's beginning delimiter /* is ignored yet the closing */ is not.


What is valid css?

Valid CSS is CSS that has been run through the W3C CSS checker and passed.


Who are the authors of css?

The Group that authorize new changes and maintains CSS is the CSS Working Group, the working group is comprised of many individuals from different technology organizations. The following list of organizations have individuals participating in the CSS Working Group, This list is referenced from the [www.w3.org] website.Adobe Systems Inc.Antenna House, Inc.Apple, Inc.Disruptive InnovationsGoogle, Inc.HPInternational Webmasters Association / HTML Writers Guild (IWA-HWG)Microsoft CorporationMozilla FoundationOpera SoftwareRochester Institute of TechnologySun Microsystems, Inc.The Boeing CompanyUniversidad de OviedoW3C Invited ExpertsW3C/ERCIM


What are the strict rules of html5?

CSS


What is latest version of css?

The latest version of css is css3

Related questions

Can css comments be nested?

No, the CSS specifications explicitly state that CSS comments cannot be nested. If you try to do this, then your nested comments closing delimiter */ will close out the larger comment and anything after it will be rendered by the web browser. When comments are nested, the nested comment's beginning delimiter /* is ignored yet the closing */ is not.


What is css and deffrent type of css?

css


What is valid css?

Valid CSS is CSS that has been run through the W3C CSS checker and passed.


How do you make CSS layouts?

CSS layouts can be created in an external CSS file. The extension of the file should be CSS only.


Why is the CSS not working?

if you neglected to save your css file in a .css format, then it may not work.


What is CSS when referred to in the U.S. military?

CSS refers to Confederate States Ship as in the name CSS Shenadoah.CSS refers to Confederate States Ship as in the name CSS Shenadoah. In computer terms CSS is a Cascading Style Sheet.


Who are the authors of css?

The Group that authorize new changes and maintains CSS is the CSS Working Group, the working group is comprised of many individuals from different technology organizations. The following list of organizations have individuals participating in the CSS Working Group, This list is referenced from the [www.w3.org] website.Adobe Systems Inc.Antenna House, Inc.Apple, Inc.Disruptive InnovationsGoogle, Inc.HPInternational Webmasters Association / HTML Writers Guild (IWA-HWG)Microsoft CorporationMozilla FoundationOpera SoftwareRochester Institute of TechnologySun Microsystems, Inc.The Boeing CompanyUniversidad de OviedoW3C Invited ExpertsW3C/ERCIM


What are the strict rules of html5?

CSS


How do you make div by using css?

You can make CSS inside a div but not div in CSS. CSS inside div could be done by : <do=iv style="">.


Difference between inline and internal css?

Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.


How do you download css 1.5?

Because there is no CSS 1.5 and CSS is not down loadable. CSS2.1 and partly supported CSS 3.0 are what you need to learn. Any downloads would be a tutorial of CSS in a PDF/ZIP or some format. See... CSS Tutorials might help you.


What is the use of in css?

Inline CSS is one of the ways to apply CSS. It is the styling which is done with the individual element.