ADVERTISEMENT

UK Tories braced for losses in Sunak's first big date with voters

Published May 4, 2023 11:49 pm
LONDON, United Kingdom -- Prime Minister Rishi Sunak's Conservatives braced for heavy losses Thursday in their first major electoral test since he became the UK's third leader in the space of a few chaotic weeks last year. In the depths of the worst cost-of-living crisis in decades, the local council elections across swathes of England will illuminate the main parties' standing ahead of a UK-wide general election expected next year. Sunak conceded that his Tory party faced a "hard" trial with voters, after it ditched Boris Johnson and then Liz Truss in quick succession last year. "Good councillors will lose their seats because of all that has happened over the past year," he reportedly said at a think-tank event late Wednesday. "I've only been prime minister for six months but I do believe we're making good progress." Voting stations opened at 7:00 am (0600 GMT), for more than 8,000 council seats across 230 English districts, and close at 10:00 pm (2100 GMT). Most results should be clear by late Friday -- just as Britain gears up for Saturday's coronation of King Charles III.

Voter ID change

In national polls, the opposition Labour party has built a double-digit lead over the Conservatives, and is portraying Thursday as a referendum on "13 years of Tory failure". Surveys suggest voters are deeply worried about decades-high inflation and the crisis engulfing the state-run National Health Service, as doctors and nurses strike for better pay. Writing in the Daily Mirror, Labour leader Keir Starmer detailed a charge sheet of failing public services, rising crime and record hospital waiting lists. "Your vote matters," he said. "If you believe it's time to build a better Britain, grab your photo ID, get down to your polling station and vote for Labour today." Sunak has defended a change introduced by his government for these elections requiring voters to show photo identification for the first time, a move denounced by Labour and others as an attempt to suppress the vote. The Electoral Reform Society, one of the critics, said Thursday had seen "countless examples of people being denied their right to vote due to these new laws".

'Shock'

Labour is making progress towards recapturing its former strongholds in northern England, the so-called "red wall", which Johnson turned Tory in the 2019 general election on a vow to "get Brexit done". London is not voting this time but the centrist Liberal Democrats are targeting Conservative districts near the capital, including in UK parliamentary constituencies represented by members of Sunak's cabinet -- dubbed the "blue wall". "Senior Conservative MPs are in for a big shock," deputy Liberal Democrat leader Daisy Cooper said. "The Liberal Democrats are now on the cusp of causing a major political upset." Overall, pollsters' worst-case scenario for the Conservatives has them losing 1,000 council seats. Sunak's party argues anything less would amount to a win. Labour has also been managing expectations for its likely successes. Local elections in Britain tend to have low turnout, and public uncertainty about the new voter ID requirement could depress it further -- previously people could vote as long as they were listed on electoral rolls, without showing any identification.

'Dissatisfied'

Polling expert John Curtice said "a little bit of a partisan shadow" was potentially attached to the change, given that young people are "more inclined to vote Labour these days" but are less likely to have ID. For the overall result, Curtice told the BBC that a Labour lead in the national vote share of more than 10 points could indicate that Starmer is on course for 10 Downing Street. Voters assembled in one pre-election focus group had a damning verdict on the Conservatives. Asked by the think-tank More in Common to describe the state of Britain in one word, the focus group's answers included "broken", "shambles", "mess", "struggling" and "crisis". Meanwhile, even grassroots Tories -- often seen as loyal to the deposed Johnson -- appear unconvinced by Sunak. A Savanta survey Thursday found a quarter of Conservative councillors are "dissatisfied" with the party's leadership, while a third said the same about the direction of the country.

Related Tags

world news UK
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.