Coder Social home page Coder Social logo

Comments (2)

M-J-Robbins avatar M-J-Robbins commented on June 15, 2024

This is similar to a previous bug that was fixed #14

from email-bugs.

hteumeuleu avatar hteumeuleu commented on June 15, 2024

I just tested and this bug is still there (even with the Yahoo parser).

The following style block:

<style>
	.box {
		width: 66.66%;
		height: 99.99%;
		animation: test linear 0.3s;
	}

	@keyframes test {
		0% { width: 33.33%; height: 33.33%; background:red; }
		33.33% { width: 44.44%; height: 44.44%; background:green; }
		66.66% { width: 55.55%; height: 55.55%; background:yellow; }
		100% { width: 66.66%; height: 66.66%; background:blue; }
	}
</style>

…is turned into:

 #yiv6523362013 .yiv6523362013box { width:66.66%;min-height:99.99%;}
 _filtered #yiv6523362013 { min-height:33.33%;background:red;}
#yiv6523362013 33.yiv652336201333 {width:44.44%;min-height:44.44%;background:green;}
#yiv6523362013 66.yiv652336201366 {width:55.55%;min-height:55.55%;background:yellow;}
#yiv6523362013 100 {width:66.66%;min-height:66.66%;background:blue;}
#yiv6523362013  

from email-bugs.

Related Issues (20)

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.