modernizr 3.13.0-ok1 source package in openKylin
Changelog
modernizr (3.13.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 07:11:35 -0700
modernizr (3.13.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 07:11:35 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | javascript |
| File | Size | SHA-256 Checksum |
|---|---|---|
| modernizr_3.13.0.orig.tar.gz | 666.8 KiB | b498c1d82559fa7d56123dd8ca0d45b988a810fa7f51471dc5239fd5625e00e7 |
| modernizr_3.13.0-ok1.debian.tar.xz | 4.8 KiB | 68f08baf1e9892b97fc8a60d77af05ff4e415ef49e632628029b7e519725ab22 |
| modernizr_3.13.0-ok1.dsc | 1.8 KiB | b18efea989e65b626df4685a3344699891b78c8909fe2029ed96f89b566a600e |
Modernizr is a JavaScript library allowing you to use HTML5 & CSS3 while
maintaining control over unsupported browsers.
.
Modernizr tests which native CSS3 and HTML5 features are available in
the current user agent and makes the results available to you in two ways,
as properties on a global `Modernizr` object, and as classes on the
`<html>` element. This information allows you to progressively enhance
your pages with a granular level of control over the experience.