Skip to content
#

HTML

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 44,528 public repositories matching this topic...

bootstrap
MartijnCuppens
MartijnCuppens commented Jan 2, 2020

It would be nice to use open search to search through the docs. I made a PR (twbs/bootstrap#29872), but first we got to figure out how to deal with caching and have a solution for the absolute urls in the config xml. Maybe we should also make a separate search page in the docs.

electron
camiloforero
camiloforero commented Nov 13, 2019

Steps to reproduce

Having two models:

class Parent < ApplicationRecord
  has_many: :children
  accepts_nested_attributes_for :children, allow_destroy: true
end

and

class Child < ApplicationRecord
  # Assume this Child class has a "name" column in the DB
  has_one_attached :example_file
end

And updating the Child model through a very vanilla Parent's contr

tomoya92
tomoya92 commented May 3, 2017

bootstrap的打包结构

├── css
│   ├── bootstrap-theme.css
│   ├── bootstrap-theme.css.map
│   ├── bootstrap-theme.min.css
│   ├── bootstrap-theme.min.css.map
│   ├── bootstrap.css
│   ├── bootstrap.css.map
│   ├── bootstrap.min.css
│   └── bootstrap.min.css.map
├── fonts
│   ├── glyphicons-halflings-regular.eot
│   ├── glyphicons-halflings-regular.svg
│   ├── glyphicons-halflings-regu
inexist3nce
inexist3nce commented May 24, 2015

The responsive menu at http://purecss.io/layouts/tucked-menu-vertical/ does not adjust height as one would expect.

When viewing in a screen smaller than 768px, the "responsive" menu has a fixed height that could potentially cause issues with long menus (or in really small screens with wrapping text).

This can be fixed by replacing the hardcoded height: 14em; at line 69 with height: auto;.

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

William-H-M
William-H-M commented Aug 31, 2017

Hi, @AndreiCN, @cristianraiber, First that all thanks for such amazing theme!

But as been said before on #406 sometime developing can be a nightmare, and I think we should have a more clear development/contribution guideline.

Currently all PR's are against the master branch and the development branch are way much behind on commits.

Like with many other libraries, like the one listed for t

carolstran
carolstran commented Dec 5, 2019

👋 Sorry I know I'm ignoring your well-thought-out template, but hear me out...

I noticed that there are a couple of instances of words like "simply" in your documentation. Unfortunately, words like this can make people feel frustrated and isolated while reading - especially if they are facing issues.

If it's alright with your team, I'd like to take a shot at updating the content to make

fabioluz
fabioluz commented Jul 10, 2017

Hi! I'm creating this issue to list Aurelia features that are not documented yet.

I can make the PR's to update the docs, but I want to be sure that I'm right before doing anything. So please, tell me if these changes are welcome.

Let's keep this list up to date!

Documentation Improvement List

Build Systems

  • CLI
    • CLI now supports SystemJS and Webpack. Update the
sachinmk27
sachinmk27 commented Sep 27, 2019

In this documentation some words like blacklist have been used to describe unsafe entities. We could use an alternative word like unsafe list, another example, whitelist can be 'safe list'. I understand offending someone was not the author's intention. But it's time we change it, since it's not what Google is about: https://diversity.google

Page Affected: All pages in https://de

oldani
oldani commented Feb 18, 2019

If you're using proxies with requests-html and rendering JS sites is all good. Once you render a website pyppeteer don't know about this proxies and will expose your IP. This is an undesired behavior when scraping with proxies.

The idea is that whenever someone passes in proxies to the session object or any method call, make pyppeteer also use these proxies. #265

brianchirls
brianchirls commented Sep 6, 2018

Chrome is reporting the following warning in the console:

document.origin is deprecated and will be removed in M70, around October 2018. Please use self.origin (window.origin) instead

Reference

The code in question is here

luisapace
luisapace commented Feb 13, 2019

Hi, my team would like to use the package showdown_1.9.0 and to approve that I've to verify all its licenses (included those of all of the modules included), and to do that I've to analyze its source code.

Now I've noted that the Readme declares it under GPL V2, while the license.txt is BSD.

Could you please clarify what is the license of showdown_1.9.0?

Thanks.

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.