Skip to content
#

html5

html logo

HTML, or Hypertext Markup Language, was primarily designed to provide a means of creating structured scientific documents. HTML can embed scripting languages such as PHP or JavaScript to affect the behavior and content of web pages. The World Wide Web Consortium (W3C) maintains both the HTML and CSS standards.

Here are 70,773 public repositories matching this topic...

misteroneill
misteroneill commented Mar 21, 2022

Description

During discussion on #7611, it came up that methods like addClass and hasClass will throw an error if given a value with whitespace, like player.addClass('foo bar');. The reason Video.js does not accept this is that the DOM classList object methods accept only single class names.

Specifying multiple class names through a whitespace-delimited string is a common practice

sheetjs
Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!

  • Updated Mar 19, 2022
  • CSS

Created by Tim Berners-Lee

Released June 1993

Repository
w3c/html
Website
www.w3.org/html
Wikipedia
Wikipedia