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 25,491 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 );
sheetjs
KurtMar
KurtMar commented Sep 12, 2019

I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:

https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18

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);
        
stefanovualto
stefanovualto commented Nov 27, 2018

What do you want to do with Hls.js?
I want to use hlsjs with DRM (widevine, and maybe others if available), but I was not able to any documentation around how to do it.

What have you tried so far?
to set the following config properties:

  • widevineLicenseUrl: this.drmProviders.widevine
  • emeEnabled: true

But I need to modify the license request to inject our specific token.

webamp
captbaritone
captbaritone commented Sep 10, 2019

captbaritone/webamp#917 implemented tons of hookable methods. Because the implementation of these is basically known ahead of time, we should be able to write a lint rule to ensure they are consistent and correct and thus give ourselves some peace of mind.

Metro-UI-CSS
olton
olton commented Dec 16, 2019

Describe the bug
При пустом списке не очищается тег .select-input

To Reproduce

  1. Заполняем select не пустым списком option
  2. Заполняем select пустым списком option
  3. В теге остается текст первого option из списка пункта №1, значение val() при этом стирается.

Metro version 4.3.4 and less

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.