-
Updated
Dec 14, 2020 - JavaScript
HTML
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 69,268 public repositories matching this topic...
-
Updated
Dec 14, 2020 - JavaScript
I've come up against a bug with ActiveRecord when using namespaces models and polymorphic associations, it's a common use-case so should probably be fixed before a 4.2 release.
Error:
NoMethodError: undefined method `relation_delegate_class' for Comment:Module
Example:
class Post::Base < ActiveRecord::Base
self.table_name = 'posts'
end
class Post::Special < Post::Base
has-
Updated
Dec 3, 2020
-
Updated
Dec 12, 2020 - CSS
-
Updated
Dec 14, 2020 - JavaScript
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 9, 2020
-
Updated
Dec 14, 2020 - JavaScript
While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.
I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example:
const head-
Updated
Dec 13, 2020 - HTML
-
Updated
Oct 27, 2020 - HTML
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 13, 2020 - JavaScript
- screen scale problem.
Hi.
I'm using a Windows 7 Ultimate 64bit PC with the latest Chrome version.
It's quite common to use at least a 125 % 'scale' screen setting for medium to larger screen resolutions.
And they can be changed rapidly to test. But if you leave the normal 'browser' zoom at 100% the sketches are not playing properly.
For example in [this sketch](https://www.openprocessin
-
Updated
Jun 25, 2020 - CSS
☂️ Missing Tests
List of all missing tests that need to be done.
- ast-utils/removeLoc.ts
- codec-js-regexp/index.ts
- codec-source-map/ArraySet.ts @nt591
- codec-source-map/base64.ts
- codec-source-map/MappingList.ts
- codec-source-map/SourceMapConsumer.ts
- codec-source-map/SourceMapConsumerCollection.ts
- codec-source-map/SourceMapGenerator.ts
- js-ast-utils/ass
-
Updated
Dec 12, 2020 - JavaScript
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 14, 2020 - HTML
-
Updated
Dec 11, 2020 - JavaScript
Created by Tim Berners-Lee
Released June 1993
- Repository
- w3c/html
- Website
- www.w3.org/html
- Wikipedia
- Wikipedia
Issue Details
Expected Behavior
An invalid entry to the
JumpListdoes not cause other entries to disappear.Actual Behavior
A single invalid
JumpListentry makes all other entries disappear.To Reproduce