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 29,419 public repositories matching this topic...

three.js
fvsch
fvsch commented Apr 22, 2016

It's probably worth expanding on the script element.

At the very least I'd mention that <script src="..."></script> blocks content rendering while the script loads and executes, and add a non-blocking example with <script async src="..."></script>.

The scope of this project is not to explain every feature of each element that can go in <head>, but for important features it's probably a goo

sheetjs
dandv
dandv commented Jan 6, 2020
const XLSX = require('xlsx');

const wb = XLSX.utils.book_new();

const ws = XLSX.utils.json_to_sheet([]);

XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');

ws.A1 = { t: 's', f: 'square' };

XLSX.writeFile(wb, 'formula.ods');

The resulting .ODS file contains:

<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
hls.js
kanongil
kanongil commented Dec 16, 2019

Is your feature request related to a problem? Please describe.

The current engine only exposes WebVTT subtitles as kind: 'subtitles'. When the playlist entry contains CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound", it should have kind: 'captions'. This would match how it is exposed in the Safari HLS player.

**Describe

noVNC
agronick
agronick commented Dec 11, 2017

The Readme lists under features "Local or remote cursor". As far as I can tell this option was disabled and Remote cursors will be used whenever they are available. However, on view only connections the users see no cursor with buttons being clicked by an invisible cursor.

I was able to fix this by changing these two lines

In _negotiate_server_init:

this._display.disableLocalCursor()
bug
jspaint
1j01
1j01 commented Jan 5, 2020

The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.

  • You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
  • This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
  • Previously it r
bug
wangzibo-tju
wangzibo-tju commented Feb 26, 2020

中文用户请注意:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。

If you want to report a bug, please provide the following information:

Chrisyjs
Chrisyjs commented Jan 11, 2019

发现,如下图绘制两辆小车,点击小车,该小车旁的圈圈会 show,同时其他小车的圈圈会 hide。连续切换点击小车后,会出现圈圈显示无效的问题。

2019-01-11_093525

小车代码如下:

var group = new zrender.Group({
        position: [20, (k + 1) * 160]
      }).on('click', function () {
        $.each(containers, function (k, v) {
          /
SimplyLab
SimplyLab commented May 2, 2020

In any examples, putting "start_song" parameter have no effet.
It will always set first song to index 0.

Setting "start_song":3 in the Amplitude.init object lead to have in the debug object : start_song: ""

Reproduce:

  • Take the "Blue Playlist" example
  • In the Amplitude init, add "start_song":3
  • Load the page
  • Push the big Play/Pause button. It will play song index 0
bug

Created by Tim Berners-Lee

Released June 1993

Repository
w3c/html
Website
www.w3.org/html
Wikipedia
Wikipedia
You can’t perform that action at this time.