Coder Social home page Coder Social logo

yoavweiss / blink Goto Github PK

View Code? Open in Web Editor NEW
64.0 10.0 18.0 5.24 GB

An unofficial mirror for Chromium's Blink, with experimental branches.

License: Other

JavaScript 35.67% CSS 0.71% Python 5.17% C 2.04% XSLT 0.07% Perl 0.74% PHP 0.23% Assembly 0.02% Java 0.09% C++ 54.55% Shell 0.01% Objective-C 0.04% Objective-C++ 0.46% Ruby 0.19%

blink's People

Contributors

aslushnikov avatar bashi avatar caseq avatar chrishtr avatar dpranke avatar eaenet avatar foolip avatar horo-t avatar inexorabletash avatar loislo avatar madsager avatar mikewest avatar mounirlamouri avatar opera-jl avatar sigbjornf avatar tim-loh avatar tkent-google avatar wangxianzhu avatar xharaken avatar yuki3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blink's Issues

contenteditable delete removes source

In a contenteditable element, when the caret immediately precedes a <picture><source /></picture>, hitting delete or calling document.execCommand('Delete') removes the <source>.

picture can't be accessed with document.name

e.g.

var span = document.getElementsByTagName('span')[0];
span.innerHTML = "<picture id='2' name='newImage'></picture>";
return !!document.newImage

...returns false, should be true

picture can't be dragged

<picture> can't be dragged, which causes problems for drag-and-drop (e.g. dragging a picture into a contenteditable region).

self-closing tag fails

Doing <picture src="" /> (i.e. with a self-closing tag) fails. The tag is never closed, and any subsequent content is treated as a child of <picture>.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.