Possible Supreme Court nominee writes first appellate opinion; other decisions are also getting some attention

  • Home
  • Daily News
  • Possible Supreme Court nominee writes first…
  • Supreme Court Nominations Possible Supreme Court nominee writes first appellate opinion; other decisions are also getting some attention
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    gavel and paper

    Image from Shutterstock.

    The U.S. Court of Appeals for the District of Columbia Circuit has released the first opinion written by Judge Ketanji Brown Jackson, who is considered a potential U.S. Supreme Court nominee to replace retiring Justice Stephen G. Breyer.

    Slate described the new opinion as “an unqualified win to union rights.” Bloomberg Law and Law.com also have coverage of the Feb. 1 decision, American Federation of Government Employees v. Federal Labor Relations Authority.

    According to Slate, the case “emerged from a sharp dispute between the Trump administration and organized labor over the rights of federal unions to negotiate their working conditions.”

    Former President Donald Trump had installed a majority on the three-member board of the Federal Labor Relations Authority, which oversees labor-management relations for federal workers and their unions.

    The board issued several statements overturning caselaw protecting collective bargaining. The case concerned a September 2020 statement on what kind of changes trigger a duty to bargain. The new rule said managers have to bargain only when workplace changes have a “substantial impact on a condition of employment.”

    The prior rule adopted in 1985 required bargaining on any change having more than a “de minimis effect” on workplace conditions.

    In her decision Tuesday, Jackson agreed with union challengers that the new rule was arbitrary and capricious.

    Slate described Jackson’s opinion this way: “Nothing flashy, nothing heated, just a clear and straightforward application of the law in a manner that happens to produce a major victory for federal unions. It’s not much different from her writing on the U.S. District Court for the District of Columbia, though it lacks the biting maxims (‘presidents are not kings’) that Jackson occasionally deployed on the lower court. In lieu of flashy prose, Jackson leaned on wry understatement and pith.”

    Judge Ketanji Brown Jackson headshot U.S. Circuit Judge Ketanji Brown Jackson of the U.S. Court of Appeals for the District of Columbia Circuit. File photo from the U.S. District Court for the District of Columbia.

    Bloomberg pointed out that Jackson also ruled on labor issues as a federal district judge when she blocked three executive orders by Trump. Jackson said the orders would “eviscerate” federal workers’ right to bargain collectively. The D.C. Circuit reversed, saying the union should first pursue its claims through an administrative agency process.

    Other coverage highlights these opinions Jackson wrote as a district judge:

    • Jackson ruled in November 2019 that former White House counsel Don McGahn must appear before the House Judiciary Committee to testify in an investigation into how Russia influenced the 2016 presidential election. “Presidents are not kings,” Jackson wrote. “This means that they do not have subjects, bound by loyalty or blood, whose destiny they are entitled to control.” The D.C. Circuit reversed, holding that the courts had no authority to resolve the dispute. McGahn eventually testified as a result of a deal. The case is Committee on the Judiciary v. McGahn. (ABAJournal.com, SCOTUSblog)

    • Jackson granted a preliminary injunction in September 2019 that barred the Trump administration from expanding its expedited removal program. She was reversed on appeal in a decision that said the U.S. Department of Homeland Security had the authority to act. The case is Make the Road New York v. McAleenan. (CNN)

    • In September 2019, Jackson tossed an environmental suit challenging the Trump administration’s waiver of laws to allow construction of a portion of the border wall. The case is Center for Biological Diversity v. McAleen. (SCOTUSblog)

    • Jackson ruled in September 2015 for a deaf man who was denied a sign language interpreter when he was in prison. A jury later awarded the man $70,000. The case is Pierce v. District of Columbia. (ABAJournal.com, SCOTUSblog)

    See also:

    ABAJournal.com: “Possible SCOTUS nominee saw impact of criminal justice system in uncle’s case”

    ABAJournal.com: “Biden’s first judicial picks include DC Circuit nominee Judge Ketanji Brown Jackson, said to be SCOTUS contender”

    ABAJournal.com: “These 2 judges are considered front-runners to replace Breyer; who else is getting mentioned?”

    ABAJournal.com: “White House confirms potential Supreme Court nominee as the short list grows”

    ABAJournal.com: “Afternoon Briefs: Senate confirms Biden appellate judge; how SCOTUS justices supplemented their 2020 income”

    ABAJournal.com: “Breyer was ‘quintessential Enlightenment man in an increasingly unenlightened era,’ op-ed says”

    ABAJournal.com: “Can the nation endure? Breyer waxes philosophical in retirement press conference; Biden sets timetable”

    ABAJournal.com: “Justice Breyer, Supreme Court’s oldest member, will retire, reports say”

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.abajournal.com/news/article/possible-scotus-nominee-writes-first-appellate-opinion-other-opinions-are-also-getting-some-attention/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds