- Какого тега не существует в спецификации HTML5?
<details>
<progress>
<tooltip>
<meter>
- Какой HTML-элемент существует в спецификации HTML5?
- ``
🏴󠁧󠁢󠁥󠁮󠁧󠁿 |
const { alignment, appearance, wide, className, component, ...nativeProps } = this.props; |
<details>
<progress>
<tooltip>
<meter>
const KEBAB_RE = /[A-Z\u00C0-\u00D6\u00D8-\u00DE]/g; | |
const kebabCase = s => s.replace(KEBAB_RE, m => '-' + m.toLowerCase()); | |
const processValue = val => val + (typeof val === 'number' ? 'px' : ''); | |
/** | |
* Converts object with CSS rules to CSS string | |
* | |
* @example | |
* processStyles({ borderRadius: 20, WebkitTransform: 'translateZ(0)' }); | |
* // returns "border-radius:20px;-webkit-transform:translateZ(0);" |
^(?!.*?contentEditable) |
[ | |
{ | |
"type": "function", | |
"sourceIndex": 0, | |
"value": "linear-gradient", | |
"before": "", | |
"after": "", | |
"nodes": [ | |
{ | |
"type": "word", |
gource -1280x720 --seconds-per-day 0.5 --file-idle-time 0.5 --bloom-multiplier 0.70 --font-size 12 --highlight-all-users --key --hide dirnames, -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -crf 1 -threads 0 -bf 0 output.mp4 |
/** | |
* Блок переменных, генерируется с помощью `grunt-spritesmith` или `gulp.spritesmith` | |
* на основе полученных картинок и шаблона, передаваемого в параметр `cssTemplate` | |
* mustache-шаблона | |
*/ | |
@fallback-pin_regular_active: 145px 126px -145px -126px 22px 30px 558px 556px 'sprite.fallback.png'; | |
@fallback-pin_regular_czar: 233px 54px -233px -54px 32px 50px 558px 556px 'sprite.fallback.png'; | |
@fallback-pin_regular_hover: 202px 129px -202px -129px 22px 30px 558px 556px 'sprite.fallback.png'; | |
@fallback-pin_regular_ini: 145px 96px -145px -96px 22px 30px 558px 556px 'sprite.fallback.png'; |
 |