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

Side by Side Diff: third_party/WebKit/Source/core/css/mediaControls.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 | « no previous file | third_party/WebKit/Source/core/css/mediaControlsNew.css » ('j') | 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) 2009 Google Inc. 3 * Copyright (C) 2009 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 overflow: hidden; 403 overflow: hidden;
404 white-space: pre-wrap; 404 white-space: pre-wrap;
405 -webkit-box-sizing: border-box; 405 -webkit-box-sizing: border-box;
406 flex: 0 0 auto; 406 flex: 0 0 auto;
407 } 407 }
408 408
409 video::cue(:future) { 409 video::cue(:future) {
410 color: gray; 410 color: gray;
411 } 411 }
412 412
413 video::-webkit-media-text-track-container b { 413 video::cue(b) {
414 font-weight: bold; 414 font-weight: bold;
415 } 415 }
416 416
417 video::-webkit-media-text-track-container u { 417 video::cue(u) {
418 text-decoration: underline; 418 text-decoration: underline;
419 } 419 }
420 420
421 video::-webkit-media-text-track-container i { 421 video::cue(i) {
422 font-style: italic; 422 font-style: italic;
423 } 423 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/mediaControlsNew.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698