The Wayback Machine - https://web.archive.org/web/20200218115210/https://github.com/topics/html5
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 26,454 public repositories matching this topic...

three.js
donmccurdy
donmccurdy commented Sep 27, 2019

The deprecated decodeDracoFile method should be removed and replaced with a parse method similar to other loaders. Currently decodeDracoFile does not propagate errors, and should do so. So probably a signature like:

dracoLoader.parse( arrayBuffer, /* options, maybe? */, onLoad, onError );
stockiNail
stockiNail commented Jan 27, 2020

Documentation Is:

  • Missing or needed
  • Confusing
  • Not Sure?

chartArea node has been changed into v3

The chartArea node of a chart adds width and height properties, comparing with version 2.9.3.

Add into doc for migration 3

At the moment this change is not documented into migration 3 doc

tabler
jusw85
jusw85 commented Nov 29, 2019

Issue details

Camera.unproject does not return original value

Reproduction steps/code

    public void create() {
        Vector2 tmpvec = new Vector2();
        tmpvec.set(0, 0);

        Stage stage = new Stage(new ScreenViewport());
        stage.stageToScreenCoordinates(tmpvec); // has the correct screen coords;
        stage.screenToStageCoordinates(tmpvec);
        
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

jspaint
1j01
1j01 commented Jul 12, 2019

I think the default behavior of focus changing is being prevented by preventDefault, when drawing / using any tools on the canvas.
This leads to keyboard shortcuts like Ctrl+Z/Ctrl+Shift+Z/Ctrl+C/Ctrl+V/anything not working.

To reproduce:

  • Open Help > Help Topics
  • Click in the iframe, the right pane
  • Click in the canvas area
  • Try to undo with Ctrl+Z

If we're preventing the defau

bug
rowild
rowild commented Nov 7, 2019

Why should this feature be implemented?

Personally, I find it a bit confusing that the json notation throughout the documentation is varying so much. There are places, where the keys have not quoted, other places show single and double quotes in the same example.

Maybe there is a chance to make this consistent?
(I would love to prepare PRs, but I di

Created by Tim Berners-Lee

Released June 1993

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

Related Topics

github-page react css
You can’t perform that action at this time.