Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Side by Side Diff: third_party/WebKit/Source/core/css/mediaControlsNew.css

Issue 1582403003: Use ::cue for VTT UA styles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@perf-20160115
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/css/mediaControls.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2015 Google Inc. 3 * Copyright (C) 2015 Google Inc.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 overflow: hidden; 424 overflow: hidden;
425 white-space: pre-wrap; 425 white-space: pre-wrap;
426 -webkit-box-sizing: border-box; 426 -webkit-box-sizing: border-box;
427 flex: 0 0 auto; 427 flex: 0 0 auto;
428 } 428 }
429 429
430 video::cue(:future) { 430 video::cue(:future) {
431 color: gray; 431 color: gray;
432 } 432 }
433 433
434 video::-webkit-media-text-track-container b { 434 video::cue(b) {
435 font-weight: bold; 435 font-weight: bold;
436 } 436 }
437 437
438 video::-webkit-media-text-track-container u { 438 video::cue(u) {
439 text-decoration: underline; 439 text-decoration: underline;
440 } 440 }
441 441
442 video::-webkit-media-text-track-container i { 442 video::cue(i) {
443 font-style: italic; 443 font-style: italic;
444 } 444 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/mediaControls.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698